* [LTP] [Patch v4 3/4] KSM test case fixes - mmap10
@ 2011-09-08 9:52 Nageswara R Sastry
2011-09-08 10:26 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Nageswara R Sastry @ 2011-09-08 9:52 UTC (permalink / raw)
To: ltp-list
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
Disable mmap10 test if KSM is not configured
P.S. patch checked with 'checkpatch.pl'
Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
--
Regards
R.Nageswara Sastry
[-- Attachment #2: mmap10.patch --]
[-- Type: text/plain, Size: 423 bytes --]
--- 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-08 11:45:40.000000000 +0200
@@ -94,6 +94,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
[-- Attachment #3: Type: text/plain, Size: 433 bytes --]
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops? How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
[-- Attachment #4: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [LTP] [Patch v4 3/4] KSM test case fixes - mmap10
2011-09-08 9:52 [LTP] [Patch v4 3/4] KSM test case fixes - mmap10 Nageswara R Sastry
@ 2011-09-08 10:26 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2011-09-08 10:26 UTC (permalink / raw)
To: Nageswara R Sastry; +Cc: ltp-list
Hi!
> Disable mmap10 test if KSM is not configured
>
> P.S. patch checked with 'checkpatch.pl'
>
> Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
>
All but this one commited. The mmap10 isn't probably including header
with PATH_KSM as the compilation fails with PATH_KSM undefined.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops? How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-08 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 9:52 [LTP] [Patch v4 3/4] KSM test case fixes - mmap10 Nageswara R Sastry
2011-09-08 10:26 ` Cyril Hrubis
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.