All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [LTP] [PATCH] mem/hugeshmat: new case for hugepage leak inspection
       [not found] <1422336738-617-1-git-send-email-liwang@redhat.com>
@ 2015-01-27 15:31 ` Cyril Hrubis
       [not found]   ` <2114349772.1193590.1422414177762.JavaMail.zimbra@redhat.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2015-01-27 15:31 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp-list

Hi!
> +void setup(void)
> +{
> +	long mem_total, hpage_size;
> +
> +	tst_require_root(NULL);
> +
> +	mem_total = read_meminfo("MemTotal:");
> +	if (mem_total < 2L*1024*1024) {
> +		tst_resm(TINFO, "Test requires more than 2GB of RAM");
> +		tst_exit();

This should be:

                tst_brmk(TCONF, "Test requires more than 2GB of RAM");

As I said in the last mail.

Otherwise it looks fine.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* [LTP] [PATCH] hugeshmat04: fix typo
       [not found]     ` <54C893E8.7020609@cn.fujitsu.com>
@ 2015-02-10  3:22       ` Zeng Linggang
  2015-02-10  3:28         ` Wanlong Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Zeng Linggang @ 2015-02-10  3:22 UTC (permalink / raw)
  To: gaowanlong; +Cc: ltp-list

From ecec5dda24d573f48862e1d05e15d14bfef5a463 Mon Sep 17 00:00:00 2001
From: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Date: Tue, 10 Feb 2015 11:20:32 +0800
Subject: [PATCH] hugeshmat04: fix typo

hugeshamt04 --> hugeshmat04
      ^^              ^^

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
---
 runtest/hugetlb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtest/hugetlb b/runtest/hugetlb
index 805141d..7fcaa01 100644
--- a/runtest/hugetlb
+++ b/runtest/hugetlb
@@ -10,7 +10,7 @@ hugemmap05_3 hugemmap05 -s -m
 hugeshmat01 hugeshmat01 -i 5
 hugeshmat02 hugeshmat02 -i 5
 hugeshmat03 hugeshmat03 -i 5
-hugeshmat04 hugeshamt04 -i 5
+hugeshmat04 hugeshmat04 -i 5
 
 hugeshmctl01 hugeshmctl01 -i 5
 hugeshmctl02 hugeshmctl02 -i 5
-- 
1.9.3




------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] hugeshmat04: fix typo
  2015-02-10  3:22       ` [LTP] [PATCH] hugeshmat04: fix typo Zeng Linggang
@ 2015-02-10  3:28         ` Wanlong Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Wanlong Gao @ 2015-02-10  3:28 UTC (permalink / raw)
  To: Zeng Linggang; +Cc: ltp-list

Oops, applied, thank you.

On 02/10/2015 11:22 AM, Zeng Linggang wrote:
>>From ecec5dda24d573f48862e1d05e15d14bfef5a463 Mon Sep 17 00:00:00 2001
> From: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
> Date: Tue, 10 Feb 2015 11:20:32 +0800
> Subject: [PATCH] hugeshmat04: fix typo
> 
> hugeshamt04 --> hugeshmat04
>       ^^              ^^
> 
> Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
> ---
>  runtest/hugetlb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/runtest/hugetlb b/runtest/hugetlb
> index 805141d..7fcaa01 100644
> --- a/runtest/hugetlb
> +++ b/runtest/hugetlb
> @@ -10,7 +10,7 @@ hugemmap05_3 hugemmap05 -s -m
>  hugeshmat01 hugeshmat01 -i 5
>  hugeshmat02 hugeshmat02 -i 5
>  hugeshmat03 hugeshmat03 -i 5
> -hugeshmat04 hugeshamt04 -i 5
> +hugeshmat04 hugeshmat04 -i 5
>  
>  hugeshmctl01 hugeshmctl01 -i 5
>  hugeshmctl02 hugeshmctl02 -i 5
> 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2015-02-10  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1422336738-617-1-git-send-email-liwang@redhat.com>
2015-01-27 15:31 ` [LTP] [PATCH] mem/hugeshmat: new case for hugepage leak inspection Cyril Hrubis
     [not found]   ` <2114349772.1193590.1422414177762.JavaMail.zimbra@redhat.com>
     [not found]     ` <54C893E8.7020609@cn.fujitsu.com>
2015-02-10  3:22       ` [LTP] [PATCH] hugeshmat04: fix typo Zeng Linggang
2015-02-10  3:28         ` Wanlong Gao

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.