All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wanlong Gao <gaowanlong@cn.fujitsu.com>
To: Zhouping Liu <zliu@redhat.com>
Cc: LTP list <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] [PATCH] mm/lib: correct the log messages
Date: Wed, 18 Jul 2012 17:07:25 +0800	[thread overview]
Message-ID: <50067CCD.9050403@cn.fujitsu.com> (raw)
In-Reply-To: <cd2c28ba71de86eba7b5348d6372a240b835be22.1342601407.git.zliu@redhat.com>

On 07/18/2012 04:51 PM, Zhouping Liu wrote:
> commit 5ad42f6cae increased the sleep time of ksmd scanning
> inside _wait_ksm_done(), but it forgot to update the log messages.
> 
> Signed-off-by: Zhouping Liu <zliu@redhat.com>

Pushed, thank you.

Wanlong Gao

> ---
>  testcases/kernel/mem/lib/mem.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/kernel/mem/lib/mem.c b/testcases/kernel/mem/lib/mem.c
> index 9ec0454..81410d8 100644
> --- a/testcases/kernel/mem/lib/mem.c
> +++ b/testcases/kernel/mem/lib/mem.c
> @@ -183,7 +183,7 @@ static void _wait_ksmd_done(void)
>  	}
>  
>  	tst_resm(TINFO, "ksm daemon takes %ds to scan all mergeable pages",
> -		    count * 5);
> +		    count * 10);
>  }
>  
>  static void _group_check(int run, int pages_shared, int pages_sharing,
> 



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

      parent reply	other threads:[~2012-07-18  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18  8:51 [LTP] [PATCH] mm/lib: correct the log messages Zhouping Liu
2012-07-18  9:04 ` Caspar Zhang
2012-07-18  9:07 ` Wanlong Gao [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=50067CCD.9050403@cn.fujitsu.com \
    --to=gaowanlong@cn.fujitsu.com \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=zliu@redhat.com \
    /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 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.