lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 30 Oct 2014 09:33:56 +0100
From:	Arnd Bergmann <arnd@...db.de>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	linux-api@...r.kernel.org, linux-kernel@...r.kernel.org,
	john.stultz@...aro.org, tj@...nel.org, marcel@...tmann.org,
	desrt@...rt.ca, hadess@...ess.net, dh.herrmann@...il.com,
	tixxdz@...ndz.org, simon.mcvittie@...labora.co.uk,
	daniel@...que.org, alban.crequy@...labora.co.uk,
	javier.martinez@...labora.co.uk, teg@...m.no
Subject: Re: [PATCH 00/12] Add kdbus implementation

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?

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ