Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030482AbbD1Oss (ORCPT ); Tue, 28 Apr 2015 10:48:48 -0400 Received: from mail-qg0-f50.google.com ([209.85.192.50]:35311 "EHLO mail-qg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965688AbbD1Osm (ORCPT ); Tue, 28 Apr 2015 10:48:42 -0400 MIME-Version: 1.0 In-Reply-To: References: <20150413190350.GA9485@kroah.com> <20150423130548.GA4253@kroah.com> <20150423163616.GA10874@kroah.com> <20150423171640.GA11227@kroah.com> <553A4A2F.5090406@samsung.com> From: Havoc Pennington Date: Tue, 28 Apr 2015 10:48:10 -0400 X-Google-Sender-Auth: L3N8yL-VyxCu_znkniUCpv-RQic Message-ID: Subject: Re: [GIT PULL] kdbus for 4.1-rc1 To: Linus Torvalds Cc: Andy Lutomirski , Lukasz Skalski , Greg Kroah-Hartman , Andrew Morton , Arnd Bergmann , "Eric W. Biederman" , One Thousand Gnomes , Tom Gundersen , Jiri Kosina , "linux-kernel@vger.kernel.org" , Daniel Mack , David Herrmann , Djalal Harouni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 22 btw if I can make a suggestion, it's quite confusing to talk about "dbus" unqualified when we are talking about implementation issues, since it muddles bus daemon vs. clients, and also since there are lots of implementations of the client bindings: http://www.freedesktop.org/wiki/Software/DBusBindings/ For the bus daemon, the only two implementations I know of are the original one (which uses libdbus as its binding) and kdbus, though. I would expect there's no question the bus daemon can be faster, maybe say 1.5x raw sockets instead of 2.5x, or whatever - something on that order. Should probably simply stipulate this for discussion purposes: "someone could optimize the crap out of the bus daemon". The kdbus question is about whether to eliminate this daemon entirely. Havoc -- 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/