Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: Shuah Khan <skhan@linuxfoundation.org>
To: Simon Liebold <simonlie@amazon.de>, Shuah Khan <shuah@kernel.org>,
	Simon Liebold <lieboldsimonpaul@gmail.com>,
	Kees Cook <kees@kernel.org>,
	linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
	SeongJae Park <sj@kernel.org>
Cc: stable@vger.kernel.org, Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH] selftests/mqueue: Fix incorrectly named file
Date: Tue, 31 Mar 2026 15:03:17 -0600	[thread overview]
Message-ID: <0bcaa85a-7b7d-4295-9b48-afd983e7641a@linuxfoundation.org> (raw)
In-Reply-To: <20260312140200.2224850-1-simonlie@amazon.de>

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

      reply	other threads:[~2026-03-31 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-12 14:02 [PATCH] selftests/mqueue: Fix incorrectly named file Simon Liebold
2026-03-31 21:03 ` Shuah Khan [this message]

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=0bcaa85a-7b7d-4295-9b48-afd983e7641a@linuxfoundation.org \
    --to=skhan@linuxfoundation.org \
    --cc=kees@kernel.org \
    --cc=lieboldsimonpaul@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=shuah@kernel.org \
    --cc=simonlie@amazon.de \
    --cc=sj@kernel.org \
    --cc=stable@vger.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