All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] IPC: message queue checkpoint/restore - requested updates
@ 2012-04-16 14:05 Stanislav Kinsbursky
  2012-04-16 14:06 ` [PATCH v2 1/2] IPC: message queue stealing feature introduced Stanislav Kinsbursky
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stanislav Kinsbursky @ 2012-04-16 14:05 UTC (permalink / raw)
  To: akpm
  Cc: serge.hallyn, criu, arnd, lucas.demarchi, linux-kernel, dhowells,
	mtk.manpages

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-23 10:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16 14:05 [PATCH v2 0/2] IPC: message queue checkpoint/restore - requested updates Stanislav Kinsbursky
2012-04-16 14:06 ` [PATCH v2 1/2] IPC: message queue stealing feature introduced Stanislav Kinsbursky
2012-04-16 14:06 ` [PATCH v2 2/2] IPC: selftest tor new MSG_PEEK_ALL flag for msgrcv() Stanislav Kinsbursky
2012-04-16 22:11   ` Andrew Morton
2012-04-17  8:23     ` Stanislav Kinsbursky
2012-04-23 10:19 ` [CRIU] [PATCH v2 0/2] IPC: message queue checkpoint/restore - requested updates Kinsbursky Stanislav

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.