[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121026110103.17494.28182.stgit@localhost.localdomain>
Date: Fri, 26 Oct 2012 15:05:38 +0400
From: Stanislav Kinsbursky <skinsbursky@...allels.com>
To: akpm@...ux-foundation.org
Cc: Larry.Finger@...inger.net, mitsuo.hayasaka.hu@...achi.com,
nhorman@...driver.com, linux-doc@...r.kernel.org,
catalin.marinas@....com, xemul@...allels.com, will.deacon@....com,
linux-kernel@...r.kernel.org, cmetcalf@...era.com,
dhowells@...hat.com, ebiederm@...ssion.com, rob@...dley.net,
dan@...dstab.net, tglx@...utronix.de, paulmck@...ux.vnet.ibm.com,
devel@...nvz.org, mtk.manpages@...il.com
Subject: [RFC PATCH 0/5] IPC: CRIU enhancements update
This patch set is aimed to fix some errors in previously commited "[RFC PATCH
v8 0/5] IPC: checkpoint/restore in userspace enhancements" patch set.
Is particular it:
1) wraps new sysctl in CONFIG_CHECKPOINT_RESTORE macro and updates
documentation
2) fixes self-test to work with new sysctls.
3) cleanup do_msgrcv() to make it looks less ugly aroung MSG_COPY feature.
The following series implements...
---
Stanislav Kinsbursky (5):
ipc: wrap new sysctls for CRIU inside CONFIG_CHECKPOINT_RESTORE
ipc: remove redundant MSG_COPY check
test: IPC message queue copy feature test update
Documentation: update sysctl/kernel.txt
ipc: cleanup do_msgrcv() aroung MSG_COPY feature
Documentation/sysctl/kernel.txt | 19 ++++++++
include/linux/msg.h | 3 +
ipc/compat.c | 3 +
ipc/ipc_sysctl.c | 4 ++
ipc/msg.c | 84 ++++++++++++++++++++--------------
ipc/util.c | 2 -
tools/testing/selftests/ipc/msgque.c | 83 ++++++++++++++++++++--------------
7 files changed, 126 insertions(+), 72 deletions(-)
--
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