mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/9] kdbus: set of random fixes
@ 2015-08-06  8:21 David Herrmann
  2015-08-06  8:21 ` [PATCH 1/9] kdbus: return EBADSLT on replies without slot David Herrmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: David Herrmann @ 2015-08-06  8:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, Daniel Mack, Djalal Harouni, David Herrmann

Hi Greg

A set of fixes for kdbus-next. Nothing critical, just small improvements. See
each commit for a detailed description. No API changes apart from a modified
error code to improve debug features. All user-space has been already audited
for that.

Thanks
David

David Herrmann (9):
  kdbus: return EBADSLT on replies without slot
  kdbus: reduce stack buffer to 256 bytes
  kdbus: use separate counter for message IDs
  kdbus: move privilege checking in kdbus_conn_new()
  kdbus: perform accounting on proxied uids
  kdbus: inline privilege checks
  kdbus: consolidate common code
  kdbus/samples: skip if __NR_memfd_create is not defined
  kdbus/tests: properly parse KDBUS_CMD_LIST objects

 ipc/kdbus/bus.h                              |  2 ++
 ipc/kdbus/connection.c                       | 39 ++++++++++++++++++++--------
 ipc/kdbus/connection.h                       |  6 +++--
 ipc/kdbus/endpoint.c                         | 28 ++++++++++++++++++++
 ipc/kdbus/endpoint.h                         |  3 +++
 ipc/kdbus/handle.c                           | 30 +++++----------------
 ipc/kdbus/handle.h                           |  6 ++---
 ipc/kdbus/message.c                          |  2 +-
 samples/kdbus/kdbus-workers.c                |  5 ++--
 tools/testing/selftests/kdbus/kdbus-util.c   |  9 ++++---
 tools/testing/selftests/kdbus/test-message.c |  2 +-
 tools/testing/selftests/kdbus/test-names.c   | 17 +++++++-----
 tools/testing/selftests/kdbus/test-sync.c    |  2 +-
 13 files changed, 96 insertions(+), 55 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2015-08-06  8:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-06  8:21 [PATCH 0/9] kdbus: set of random fixes David Herrmann
2015-08-06  8:21 ` [PATCH 1/9] kdbus: return EBADSLT on replies without slot David Herrmann
2015-08-06  8:21 ` [PATCH 2/9] kdbus: reduce stack buffer to 256 bytes David Herrmann
2015-08-06  8:21 ` [PATCH 3/9] kdbus: use separate counter for message IDs David Herrmann
2015-08-06  8:21 ` [PATCH 4/9] kdbus: move privilege checking in kdbus_conn_new() David Herrmann
2015-08-06  8:21 ` [PATCH 5/9] kdbus: perform accounting on proxied uids David Herrmann
2015-08-06  8:21 ` [PATCH 6/9] kdbus: inline privilege checks David Herrmann
2015-08-06  8:21 ` [PATCH 7/9] kdbus: consolidate common code David Herrmann
2015-08-06  8:21 ` [PATCH 8/9] kdbus/samples: skip if __NR_memfd_create is not defined David Herrmann
2015-08-06  8:21 ` [PATCH 9/9] kdbus/tests: properly parse KDBUS_CMD_LIST objects 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