linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Anshuman Khandual <anshuman.khandual@arm.com>
To: Donet Tom <donettom@linux.ibm.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-mm@kvack.org, linux-kselftest@vger.kernel.org,
	Shuah Khan <shuah@kernel.org>
Cc: Ritesh Harjani <ritesh.list@gmail.com>,
	longman@redhat.com, Li Wang <liwang@redhat.com>
Subject: Re: [PATCH] selftests/mm: Restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
Date: Tue, 15 Apr 2025 12:28:03 +0530	[thread overview]
Message-ID: <098f5acc-f367-4188-acbd-2c91c52d57f4@arm.com> (raw)
In-Reply-To: <20250410100748.2310-1-donettom@linux.ibm.com>



On 4/10/25 15:37, Donet Tom wrote:
> During cleanup, the value of /proc/sys/vm/nr_hugepages is currently
> being set to 0. At the end of the test, if all tests pass, the
> original nr_hugepages value is restored. However, if any test fails,
> it remains set to 0.
> 
> With this patch, we ensure that the original nr_hugepages value is
> restored during cleanup, regardless of whether the test passes or fails.
> 
> Fixes: 29750f71a9b4 ("hugetlb_cgroup: add hugetlb_cgroup reservation tests")
Although this change makes sense as an improvement or a cleanup but
not sure if this also deserves a Fixes: tag as well.

> Signed-off-by: Donet Tom <donettom@linux.ibm.com>
> ---
>  tools/testing/selftests/mm/hugetlb_reparenting_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/mm/hugetlb_reparenting_test.sh b/tools/testing/selftests/mm/hugetlb_reparenting_test.sh
> index 11f9bbe7dc22..114875a2b018 100755
> --- a/tools/testing/selftests/mm/hugetlb_reparenting_test.sh
> +++ b/tools/testing/selftests/mm/hugetlb_reparenting_test.sh
> @@ -56,7 +56,7 @@ function cleanup() {
>    rmdir "$CGROUP_ROOT"/a/b 2>/dev/null
>    rmdir "$CGROUP_ROOT"/a 2>/dev/null
>    rmdir "$CGROUP_ROOT"/test1 2>/dev/null
> -  echo 0 >/proc/sys/vm/nr_hugepages
> +  echo $nr_hugepgs >/proc/sys/vm/nr_hugepages
>    set -e
>  }
>  


  reply	other threads:[~2025-04-15  6:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-10 10:07 Donet Tom
2025-04-15  6:58 ` Anshuman Khandual [this message]
2025-04-15  7:30   ` Dev Jain
2025-04-15 10:18     ` Donet Tom

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=098f5acc-f367-4188-acbd-2c91c52d57f4@arm.com \
    --to=anshuman.khandual@arm.com \
    --cc=akpm@linux-foundation.org \
    --cc=donettom@linux.ibm.com \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=liwang@redhat.com \
    --cc=longman@redhat.com \
    --cc=ritesh.list@gmail.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