Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753815AbbHGOgz (ORCPT ); Fri, 7 Aug 2015 10:36:55 -0400 Received: from svenfoo.org ([82.94.215.22]:36382 "EHLO mail.zonque.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbbHGOgw (ORCPT ); Fri, 7 Aug 2015 10:36:52 -0400 From: Daniel Mack To: gregkh@linuxfoundation.org Cc: dh.herrmann@gmail.com, tixxdz@opendz.org, teg@jklm.no, linux-kernel@vger.kernel.org, Daniel Mack Subject: [PATCH 0/4] kdbus: name registry cleanup patches Date: Fri, 7 Aug 2015 16:36:32 +0200 Message-Id: <1438958196-23036-1-git-send-email-daniel@zonque.org> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1987 Lines: 56 Hi Greg, Here are some patches for kdbus-next David and I prepared: * The first one cleans up the name registry code and brings the name queuing logic in sync with what the DBus spec requires. We were off in some small details concerning flags updates of already queued names. * The second one adds two more return flags in the name queuing logic, so userspace has better ways of knowing what effect a name acquisition call had. * Number three is a small cleanup that makes sure we never return negative return codes from ioctls if we modified any internal state. This is a rule all other command dispatchers follow as well. * The last one adds more selftests for the name registry, covering the newly added flags. None of these patches is critical, and everything has been running well on our machines for a while. Thanks, Daniel Daniel Mack (1): kdbus: selftests: add more name registry tests David Herrmann (3): kdbus: restructure name-registry to follow dbus-spec kdbus: inform caller about exact updates on NAME_ACQUIRE kdbus: never return <0 from ioctls if we changed state include/uapi/linux/kdbus.h | 4 + ipc/kdbus/connection.c | 53 +- ipc/kdbus/connection.h | 9 +- ipc/kdbus/metadata.c | 21 +- ipc/kdbus/names.c | 762 ++++++++++++++++------------- ipc/kdbus/names.h | 55 ++- tools/testing/selftests/kdbus/kdbus-test.c | 6 + tools/testing/selftests/kdbus/kdbus-test.h | 1 + tools/testing/selftests/kdbus/test-chat.c | 6 +- tools/testing/selftests/kdbus/test-names.c | 140 ++++-- 10 files changed, 633 insertions(+), 424 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/