[PATCH 0/4] IPC: CRIU enhancements fixes and cleanup

From: Stanislav Kinsbursky
Date: Wed Nov 07 2012 - 05:02:21 EST


This patch set simplifies message queue copy feature and clean up it's
implementation.
It also adds some debug and fixes an issue, when copy_msg() fails. In this
case error have to returned instead of breaking messages loop, because error
message pointer is interpreted as -EAGAIN in current implemetation of further
message handling.

The following series implements...

---

Stanislav Kinsbursky (4):
ipc: simplify free_copy() call
ipc: convert prepare_copy() from macro to function
ipc: simplify message copying
ipc: add more comments to message copying related code


ipc/msg.c | 55 +++++++++++++++++++++++++++++++++----------------------
ipc/msgutil.c | 5 +++++
2 files changed, 38 insertions(+), 22 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/