From: Cyril Hrubis <chrubis@suse.cz>
To: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [Patch v5 3/4] KSM test case fixes - mmap10
Date: Fri, 9 Sep 2011 12:50:29 +0200 [thread overview]
Message-ID: <20110909105029.GA855@saboteur.suse.cz> (raw)
In-Reply-To: <4E69A455.7070908@linux.vnet.ibm.com>
Hi!
> --- ltp.orig/testcases/kernel/syscalls/mmap/mmap10.c 2011-09-08 11:32:12.000000000 +0200
> +++ ltp/testcases/kernel/syscalls/mmap/mmap10.c 2011-09-09 07:22:35.000000000 +0200
> @@ -62,6 +62,7 @@
> #include "test.h"
> #include "usctest.h"
> #include "config.h"
> +#include "../../mem/include/mem.h"
>
> #define SIZE (5*1024*1024)
>
> @@ -94,6 +95,8 @@ int main(int argc, char *argv[])
>
> if (opt_ksm)
> {
> + if (access(PATH_KSM, F_OK) == -1)
> + tst_brkm(TCONF, NULL, "KSM configuration is not enabled");
> #ifdef HAVE_MADV_MERGEABLE
> tst_resm(TINFO, "add to KSM regions.");
> #else
I don't have a good feeling about including header files across several
directories, which could break things miraculously in the future. The
best solution would be creating one header file to store constants to in
ltp/include/. Or even duplicating the constant in the mmap10.c source
seems as better solution to me.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT
space for its ease of implementation, lower cost, and increased
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2011-09-09 10:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-09 5:29 [LTP] [Patch v5 3/4] KSM test case fixes - mmap10 Nageswara R Sastry
2011-09-09 10:50 ` Cyril Hrubis [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=20110909105029.GA855@saboteur.suse.cz \
--to=chrubis@suse.cz \
--cc=ltp-list@lists.sourceforge.net \
--cc=rnsastry@linux.vnet.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox