[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <504F4968.2050206@colorfullife.com>
Date: Tue, 11 Sep 2012 16:23:36 +0200
From: Manfred Spraul <manfred@...orfullife.com>
To: Stanislav Kinsbursky <skinsbursky@...allels.com>
CC: akpm@...ux-foundation.org, a.p.zijlstra@...llo.nl, arnd@...db.de,
hughd@...gle.com, linux-kernel@...r.kernel.org,
cmetcalf@...era.com, yeohc@....ibm.com,
linux-security-module@...r.kernel.org,
kosaki.motohiro@...fujitsu.com, hpa@...or.com,
casey@...aufler-ca.com, eparis@...isplace.org, devel@...nvz.org
Subject: Re: [PATCH v4 9/9] test: IPC message queue migration test
Hi Stanislav,
sorry for the slow reply, I finally got the time to perform tests with
your patches.
On 08/13/2012 02:32 PM, Stanislav Kinsbursky wrote:
> This test is a part of CRIU development test suit.
> ---
> tools/testing/selftests/ipc/msgque.c | 151 ++++++++++++++++++++++++++++++++++
> 1 files changed, 151 insertions(+), 0 deletions(-)
> create mode 100644 tools/testing/selftests/ipc/msgque.c
>
> diff --git a/tools/testing/selftests/ipc/msgque.c b/tools/testing/selftests/ipc/msgque.c
> new file mode 100644
> index 0000000..c101e25
> --- /dev/null
> +++ b/tools/testing/selftests/ipc/msgque.c
> @@ -0,0 +1,151 @@
> +#define _GNU_SOURCE
> +#include <sched.h>
> +
> +#include <stdio.h>
> +#include <string.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <sys/types.h>
> +#include <sys/wait.h>
> +#include <sys/sem.h>
> +#include <sys/ipc.h>
> +#include <sys/msg.h>
> +#include <signal.h>
> +#include <errno.h>
> +
> +#include "zdtmtst.h"
- This file "zdtmtst.h" seems to be missing
- There is no "Makefile" in this folder
- The folder "ipc" is not aded to tools/testing/selftests/Makefile.
---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists