All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/7] ipc: some misc updates & optimizations
@ 2014-01-10 18:48 Davidlohr Bueso
  2014-01-10 18:48 ` [PATCH 1/7] ipc: standardize code comments Davidlohr Bueso
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Davidlohr Bueso @ 2014-01-10 18:48 UTC (permalink / raw)
  To: akpm, manfred; +Cc: riel, aswin, davidlohr, linux-kernel

A few updates to the ipc code, mostly some very needed cleanups (yes, we still
have loads more to do, but it's a start). Nothing particularly interesting,
except perhaps for the last two patches, which include a locking optimization
and barrier documentation for message queues. Absolutely no functional changes.

Applies on top of linux-next +  Manfred's 'whitespace cleanup' patch. Tested
with LTP.

Thanks!

Davidlohr Bueso (7):
  ipc: standardize code comments
  ipc: remove braces for single statements
  ipc: remove useless return statement
  ipc: simplify sysvipc_proc_open return
  ipc: delete seq_max field in struct ipc_ids
  ipc: share ids rwsem when possible in ipcget_public
  ipc,msg: document barriers

 include/linux/ipc_namespace.h |   1 -
 ipc/compat.c                  |  18 +--
 ipc/mqueue.c                  |   6 +-
 ipc/msg.c                     |  19 ++-
 ipc/sem.c                     |  32 ++---
 ipc/shm.c                     |   1 -
 ipc/util.c                    | 328 ++++++++++++++++++++----------------------
 ipc/util.h                    |   1 +
 8 files changed, 198 insertions(+), 208 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2014-01-11 17:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 18:48 [PATCH -next 0/7] ipc: some misc updates & optimizations Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 1/7] ipc: standardize code comments Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 2/7] ipc: remove braces for single statements Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 3/7] ipc: remove useless return statement Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 4/7] ipc: simplify sysvipc_proc_open return Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 5/7] ipc: delete seq_max field in struct ipc_ids Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 6/7] ipc: share ids rwsem when possible in ipcget_public Davidlohr Bueso
2014-01-10 18:48 ` [PATCH 7/7] ipc,msg: document barriers Davidlohr Bueso
2014-01-11  4:18   ` Mike Galbraith
2014-01-11  9:02 ` [PATCH -next 0/7] ipc: some misc updates & optimizations Manfred Spraul
2014-01-11 17:54   ` Davidlohr Bueso

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.