lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  6 Aug 2015 10:21:19 +0200
From:	David Herrmann <dh.herrmann@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Daniel Mack <daniel@...que.org>,
	Djalal Harouni <tixxdz@...ndz.org>,
	David Herrmann <dh.herrmann@...il.com>
Subject: [PATCH 0/9] kdbus: set of random fixes

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ