Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759212AbaJ3QTH (ORCPT ); Thu, 30 Oct 2014 12:19:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35728 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758593AbaJ3QTE (ORCPT ); Thu, 30 Oct 2014 12:19:04 -0400 Date: Thu, 30 Oct 2014 09:17:52 -0700 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, john.stultz@linaro.org, tj@kernel.org, marcel@holtmann.org, desrt@desrt.ca, hadess@hadess.net, dh.herrmann@gmail.com, tixxdz@opendz.org, simon.mcvittie@collabora.co.uk, daniel@zonque.org, alban.crequy@collabora.co.uk, javier.martinez@collabora.co.uk, teg@jklm.no Subject: Re: [PATCH 00/12] Add kdbus implementation Message-ID: <20141030161752.GB21989@kroah.com> References: <1414620056-6675-1-git-send-email-gregkh@linuxfoundation.org> <4382138.U2ODUIQ55c@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4382138.U2ODUIQ55c@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 30, 2014 at 09:33:56AM +0100, Arnd Bergmann wrote: > On Wednesday 29 October 2014 15:00:44 Greg Kroah-Hartman wrote: > > drivers/misc/Kconfig | 1 + > > drivers/misc/Makefile | 1 + > > drivers/misc/kdbus/Kconfig | 11 + > > drivers/misc/kdbus/Makefile | 19 + > > drivers/misc/kdbus/bus.c | 450 ++++++ > > drivers/misc/kdbus/bus.h | 107 ++ > > drivers/misc/kdbus/connection.c | 1751 +++++++++++++++++++++ > > drivers/misc/kdbus/connection.h | 177 +++ > > drivers/misc/kdbus/domain.c | 477 ++++++ > > > > One very high-level common: > > Since this is going to be a very commonly used IPC mechanism, I don't > like the idea of stuffing it into drivers/misc. > > How about putting it into drivers/kdbus or ipc/kdbus instead? ipc/kdbus seems good to me. I didn't want to "pollute" drivers/ with any new subdirectories, it seems to grow fast enough as it is... greg k-h -- 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/