All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4
@ 2021-11-09 10:11 Petr Vorel
  2021-11-09 10:22 ` Li Wang
  2021-11-09 13:00 ` Cyril Hrubis
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2021-11-09 10:11 UTC (permalink / raw)
  To: ltp

which is enough

Suggested-by: Cyril Hrubis <chrubis@suse.cz>
Acked-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Tested on various distros, working.

Kind regards,
Petr

 lib/newlib_tests/test_zero_hugepage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/newlib_tests/test_zero_hugepage.sh b/lib/newlib_tests/test_zero_hugepage.sh
index eed0a96f9..92bd7e331 100755
--- a/lib/newlib_tests/test_zero_hugepage.sh
+++ b/lib/newlib_tests/test_zero_hugepage.sh
@@ -25,7 +25,7 @@ if [ ! -w /proc/sys/vm/nr_hugepages ]; then
 	tconf "no write permission to /proc/sys/vm/nr_hugepages (run as root)"
 fi
 
-echo "128" > /proc/sys/vm/nr_hugepages
+echo 4 > /proc/sys/vm/nr_hugepages
 
 ./test_zero_hugepage
 
-- 
2.33.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4
  2021-11-09 10:11 [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4 Petr Vorel
@ 2021-11-09 10:22 ` Li Wang
  2021-11-09 13:00 ` Cyril Hrubis
  1 sibling, 0 replies; 4+ messages in thread
From: Li Wang @ 2021-11-09 10:22 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 1039 bytes --]

On Tue, Nov 9, 2021 at 6:12 PM Petr Vorel <pvorel@suse.cz> wrote:

> which is enough
>
> Suggested-by: Cyril Hrubis <chrubis@suse.cz>
> Acked-by: Yang Xu <xuyang2018.jy@fujitsu.com>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Tested on various distros, working.
>
> Kind regards,
> Petr
>
>  lib/newlib_tests/test_zero_hugepage.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/newlib_tests/test_zero_hugepage.sh
> b/lib/newlib_tests/test_zero_hugepage.sh
> index eed0a96f9..92bd7e331 100755
> --- a/lib/newlib_tests/test_zero_hugepage.sh
> +++ b/lib/newlib_tests/test_zero_hugepage.sh
> @@ -25,7 +25,7 @@ if [ ! -w /proc/sys/vm/nr_hugepages ]; then
>         tconf "no write permission to /proc/sys/vm/nr_hugepages (run as
> root)"
>  fi
>
> -echo "128" > /proc/sys/vm/nr_hugepages
> +echo 4 > /proc/sys/vm/nr_hugepages
>
Reviewed-by: Li Wang <liwang@redhat.com>


>
>  ./test_zero_hugepage
>
> --
> 2.33.1
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>

-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 2243 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4
  2021-11-09 10:11 [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4 Petr Vorel
  2021-11-09 10:22 ` Li Wang
@ 2021-11-09 13:00 ` Cyril Hrubis
  2021-11-09 13:36   ` Petr Vorel
  1 sibling, 1 reply; 4+ messages in thread
From: Cyril Hrubis @ 2021-11-09 13:00 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4
  2021-11-09 13:00 ` Cyril Hrubis
@ 2021-11-09 13:36   ` Petr Vorel
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2021-11-09 13:36 UTC (permalink / raw)
  To: Cyril Hrubis, Li Wang; +Cc: ltp

Hi all,

thanks, merged!

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-09 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 10:11 [LTP] [PATCH 1/1] test_zero_hugepage.sh: Lower hpages to 4 Petr Vorel
2021-11-09 10:22 ` Li Wang
2021-11-09 13:00 ` Cyril Hrubis
2021-11-09 13:36   ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.