Re: [LTP] ksm03

2012-05-14 Thread Wanlong Gao
On 05/15/2012 11:18 AM, Zhouping Liu wrote: > > > - Original Message - >> From: "Wanlong Gao" >> To: "ZhoupingLiu" >> Cc: "Caspar Zhang" , "LTP List" >> >> Sent: Tuesday, May 15, 2012 10:56:37 AM >> Subject: Re: [LTP] ksm03 >> >> On 04/05/2012 01:21 PM, ZhoupingLiu wrote: >> >>> On 0

Re: [LTP] ksm03

2012-05-14 Thread Zhouping Liu
- Original Message - > From: "Wanlong Gao" > To: "ZhoupingLiu" > Cc: "Caspar Zhang" , "LTP List" > > Sent: Tuesday, May 15, 2012 10:56:37 AM > Subject: Re: [LTP] ksm03 > > On 04/05/2012 01:21 PM, ZhoupingLiu wrote: > > > On 04/05/2012 01:04 PM, Wanlong Gao wrote: > >> On 04/05/2012

Re: [LTP] ksm03

2012-05-14 Thread Wanlong Gao
On 04/05/2012 01:21 PM, ZhoupingLiu wrote: > On 04/05/2012 01:04 PM, Wanlong Gao wrote: >> On 04/05/2012 01:00 PM, ZhoupingLiu wrote: >> >>> On 04/02/2012 02:56 PM, Wanlong Gao wrote: Hi Caspar, Have you ever seen like below? It happens on ksm03, the page_sharing numbers is alw

Re: [LTP] [PATCH 3/3] Changed nconv variable from long to int in /lib/bytes_by_prefix.c

2012-05-14 Thread Wanlong Gao
On 05/10/2012 09:04 PM, Marios Makris wrote: > According to sscanf man page the return value is int > therefore the holding variable should be int as well. > > Also changed the loop variable name of the main method > from ind to i in order to better represent that it is > just a loop variable. >

Re: [LTP] [PATCH 2/3] Renamed /lib/str_to_bytes.c and /include str_to bytes.h

2012-05-14 Thread Wanlong Gao
On 05/10/2012 09:04 PM, Marios Makris wrote: > The str_to_bytes files have been renamed to bytes_by_prefix in order > to make it easier for anyone to understand the purpose of the file, > the functions of the file have also been ranmed accordingly. > > Furthermore any call to the file or its func

Re: [LTP] [PATCH 1/3] Indentation and coding style fixes on /lib/str_to_bytes.c as well as /include/str_to_bytes.h

2012-05-14 Thread Wanlong Gao
On 05/10/2012 09:04 PM, Marios Makris wrote: > Fixed broken identation as well as replaced the old K&R > function declarations. > > Signed-off-by: Marios Makris Acked-by: Wanlong Gao > --- > include/str_to_bytes.h |6 +- > lib/str_to_bytes.c | 162 > +++