Re: [PATCH v2 00/13] Add kdbus implementation

2014-12-05 Thread Hillf Danton
Hey all > > kdbus is a kernel-level IPC implementation that aims for resemblance to > the the protocol layer with the existing userspace D-Bus daemon while > enabling some features that couldn't be implemented before in userspace. > [...] > > This can also be found in a git tree, the kdbus branc

Re: [PATCH v2 00/13] Add kdbus implementation

2014-11-20 Thread Greg Kroah-Hartman
On Thu, Nov 20, 2014 at 09:02:16PM -0800, Greg Kroah-Hartman wrote: > kdbus is a kernel-level IPC implementation that aims for resemblance to > the the protocol layer with the existing userspace D-Bus daemon while > enabling some features that couldn't be implemented before in userspace. > > The d

[PATCH v2 00/13] Add kdbus implementation

2014-11-20 Thread Greg Kroah-Hartman
kdbus is a kernel-level IPC implementation that aims for resemblance to the the protocol layer with the existing userspace D-Bus daemon while enabling some features that couldn't be implemented before in userspace. The documentation in the first patch in this series explains the protocol and the A