[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120416140235.653.36996.stgit@localhost6.localdomain6>
Date: Mon, 16 Apr 2012 18:05:56 +0400
From: Stanislav Kinsbursky <skinsbursky@...allels.com>
To: akpm@...ux-foundation.org
Cc: serge.hallyn@...onical.com, criu@...nvz.org, arnd@...db.de,
lucas.demarchi@...fusion.mobi, linux-kernel@...r.kernel.org,
dhowells@...hat.com, mtk.manpages@...il.com
Subject: [PATCH v2 0/2] IPC: message queue checkpoint/restore - requested
updates
Comparing to previous version:
1) single patch for all changes related to the feature (i.e. this patch is the
replacement for c-r-ipc-message-queue-stealing-feature-introduced.patch).
2) Added self-test for MSG_PEEK_ALL feature.
The following series consists of:
---
Stanislav Kinsbursky (2):
IPC: message queue stealing feature introduced
IPC: selftest tor new MSG_PEEK_ALL flag for msgrcv()
include/linux/msg.h | 8 +
ipc/compat.c | 42 ++++++
ipc/msg.c | 65 +++++++++-
tools/testing/selftests/ipc/Makefile | 31 +++++
tools/testing/selftests/ipc/msgque_peek_all.c | 170 +++++++++++++++++++++++++
5 files changed, 313 insertions(+), 3 deletions(-)
create mode 100644 tools/testing/selftests/ipc/Makefile
create mode 100644 tools/testing/selftests/ipc/msgque_peek_all.c
--
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