From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566AbbCXPPt (ORCPT ); Tue, 24 Mar 2015 11:15:49 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:33942 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752492AbbCXPPr (ORCPT ); Tue, 24 Mar 2015 11:15:47 -0400 Message-ID: <55117F9F.7000701@suse.cz> Date: Tue, 24 Mar 2015 16:15:43 +0100 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , arnd@arndb.de, ebiederm@xmission.com, gnomes@lxorguk.ukuu.org.uk, teg@jklm.no, jkosina@suse.cz, luto@amacapital.net, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org CC: daniel@zonque.org, dh.herrmann@gmail.com, tixxdz@opendz.org Subject: Re: [PATCH 12/14] kdbus: add Makefile, Kconfig and MAINTAINERS entry References: <1425906560-13798-1-git-send-email-gregkh@linuxfoundation.org> <1425906560-13798-13-git-send-email-gregkh@linuxfoundation.org> In-Reply-To: <1425906560-13798-13-git-send-email-gregkh@linuxfoundation.org> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/09/2015, 02:09 PM, Greg Kroah-Hartman wrote: > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -261,6 +261,18 @@ config POSIX_MQUEUE_SYSCTL > depends on SYSCTL > default y > > +config KDBUS > + tristate "kdbus interprocess communication" > + depends on TMPFS > + help > + D-Bus is a system for low-latency, low-overhead, easy to use > + interprocess communication (IPC). > + > + See Documentation/kdbus.txt This one is missing from the series. > + To compile this driver as a module, choose M here: the > + module will be called kdbus. It would be nice to also know who actually needs this... The old good 'if you have an ordinary machine, select m here'. thanks, -- js suse labs