mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] Miscellaneous kdbus fixes and code removal
@ 2015-07-02  8:28 David Herrmann
  2015-07-02  8:28 ` [PATCH 1/6] kdbus/selftests: fix CAP translation tests David Herrmann
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: David Herrmann @ 2015-07-02  8:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, daniel, tixxdz, David Herrmann

Hi Greg

A set of 6 patches to drop unused code and fix some bugs:

 #1: simple fix for test-cases
 #2: drop redundant internal accounting
 #3: drop unused structure member
 #4: drop support for an HELLO-ioctl item that was never used. If this breaks
     some user-space we're not aware of, we will have to revert it. But I
     haven't seen anything using this so far. This does *not* break ABI, but
     only cause the ioctl to fail if you pass that item.
 #5: pin namespaces on kdbus-connections to simplify namespace handling, further
     described in the commit-msg
 #6: fix a NULL-deref

Thanks
David

David Herrmann (6):
  kdbus/selftests: fix CAP translation tests
  kdbus: drop redundant KDBUS_MSG_MAX_ITEMS
  kdbus: drop unused 'bloom_generation' field
  kdbus: drop support for required attach-flags on buses
  kdbus: pin namespaces on HELLO
  kdbus: fix NULL-deref in activator cleanup

 Documentation/kdbus/kdbus.bus.xml                | 15 -------
 Documentation/kdbus/kdbus.connection.xml         |  8 +---
 ipc/kdbus/bus.c                                  | 12 +-----
 ipc/kdbus/bus.h                                  |  2 -
 ipc/kdbus/connection.c                           | 18 +++-----
 ipc/kdbus/connection.h                           |  6 +++
 ipc/kdbus/limits.h                               |  3 --
 ipc/kdbus/message.c                              |  3 --
 ipc/kdbus/message.h                              |  2 -
 ipc/kdbus/metadata.c                             | 54 ++++++++++++------------
 ipc/kdbus/metadata.h                             |  1 +
 ipc/kdbus/names.c                                |  2 +-
 ipc/kdbus/queue.c                                |  1 +
 tools/testing/selftests/kdbus/kdbus-test.c       |  1 -
 tools/testing/selftests/kdbus/kdbus-util.c       | 20 +++------
 tools/testing/selftests/kdbus/kdbus-util.h       |  3 +-
 tools/testing/selftests/kdbus/test-connection.c  |  9 ----
 tools/testing/selftests/kdbus/test-metadata-ns.c |  9 ++--
 18 files changed, 57 insertions(+), 112 deletions(-)

-- 
2.4.5


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

end of thread, other threads:[~2015-07-06 18:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-02  8:28 [PATCH 0/6] Miscellaneous kdbus fixes and code removal David Herrmann
2015-07-02  8:28 ` [PATCH 1/6] kdbus/selftests: fix CAP translation tests David Herrmann
2015-07-02  8:28 ` [PATCH 2/6] kdbus: drop redundant KDBUS_MSG_MAX_ITEMS David Herrmann
2015-07-03 21:14   ` Sergei Zviagintsev
2015-07-04 11:22   ` [PATCH v2 " David Herrmann
2015-07-02  8:28 ` [PATCH 3/6] kdbus: drop unused 'bloom_generation' field David Herrmann
2015-07-02  8:28 ` [PATCH 4/6] kdbus: drop support for required attach-flags on buses David Herrmann
2015-07-02  8:28 ` [PATCH 5/6] kdbus: pin namespaces on HELLO David Herrmann
2015-07-03 21:44   ` Sergei Zviagintsev
2015-07-04 11:26     ` David Herrmann
2015-07-02  8:28 ` [PATCH 6/6] kdbus: fix NULL-deref in activator cleanup David Herrmann
2015-07-06 18:49 ` [PATCH 0/6] Miscellaneous kdbus fixes and code removal David Herrmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome