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, 8 Oct 2015 13:05:25 +0200
From:	David Herrmann <dh.herrmann@...il.com>
To:	Lukasz Skalski <l.skalski@...sung.com>
Cc:	David Herrmann <dh.herrmann@...glemail.com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Daniel Mack <daniel@...que.org>,
	Djalal Harouni <tixxdz@...ndz.org>
Subject: Re: [PATCH 1/3] Documentation/kdbus: use valid endpoint names

Hi

On Mon, Sep 28, 2015 at 4:49 PM, Lukasz Skalski <l.skalski@...sung.com> wrote:
> Endpoint names must be prefixed with the numeric effective UID of the creator
> and a dash - we shouldn't use invalid names in documentation.
>
> Signed-off-by: Lukasz Skalski <l.skalski@...sung.com>

Nice catch!

Reviewed-by: David Herrmann <dh.herrmann@...il.com>

Thanks
David

> ---
>  Documentation/kdbus/kdbus.xml | 58 +++++++++++++++++++++----------------------
>  1 file changed, 29 insertions(+), 29 deletions(-)
>
> diff --git a/Documentation/kdbus/kdbus.xml b/Documentation/kdbus/kdbus.xml
> index d8e7400..6bc3db7 100644
> --- a/Documentation/kdbus/kdbus.xml
> +++ b/Documentation/kdbus/kdbus.xml
> @@ -307,35 +307,35 @@
>    <refsect1>
>      <title>Data structures and interconnections</title>
>      <programlisting><![CDATA[
> -  +--------------------------------------------------------------------------+
> -  | Domain (Mount Point)                                                     |
> -  | /sys/fs/kdbus/control                                                    |
> -  | +----------------------------------------------------------------------+ |
> -  | | Bus (System Bus)                                                     | |
> -  | | /sys/fs/kdbus/0-system/                                              | |
> -  | | +-------------------------------+ +--------------------------------+ | |
> -  | | | Endpoint                      | | Endpoint                       | | |
> -  | | | /sys/fs/kdbus/0-system/bus    | | /sys/fs/kdbus/0-system/ep.app  | | |
> -  | | +-------------------------------+ +--------------------------------+ | |
> -  | | +--------------+ +--------------+ +--------------+ +---------------+ | |
> -  | | | Connection   | | Connection   | | Connection   | | Connection    | | |
> -  | | | :1.22        | | :1.25        | | :1.55        | | :1.81         | | |
> -  | | +--------------+ +--------------+ +--------------+ +---------------+ | |
> -  | +----------------------------------------------------------------------+ |
> -  |                                                                          |
> -  | +----------------------------------------------------------------------+ |
> -  | | Bus (User Bus for UID 2702)                                          | |
> -  | | /sys/fs/kdbus/2702-user/                                             | |
> -  | | +-------------------------------+ +--------------------------------+ | |
> -  | | | Endpoint                      | | Endpoint                       | | |
> -  | | | /sys/fs/kdbus/2702-user/bus   | | /sys/fs/kdbus/2702-user/ep.app | | |
> -  | | +-------------------------------+ +--------------------------------+ | |
> -  | | +--------------+ +--------------+ +--------------+ +---------------+ | |
> -  | | | Connection   | | Connection   | | Connection   | | Connection    | | |
> -  | | | :1.22        | | :1.25        | | :1.55        | | :1.81         | | |
> -  | | +--------------+ +--------------+ +--------------------------------+ | |
> -  | +----------------------------------------------------------------------+ |
> -  +--------------------------------------------------------------------------+
> +  +----------------------------------------------------------------------------+
> +  | Domain (Mount Point)                                                       |
> +  | /sys/fs/kdbus/control                                                      |
> +  | +------------------------------------------------------------------------+ |
> +  | | Bus (System Bus)                                                       | |
> +  | | /sys/fs/kdbus/0-system/                                                | |
> +  | | +-------------------------------+ +----------------------------------+ | |
> +  | | | Endpoint                      | | Endpoint                         | | |
> +  | | | /sys/fs/kdbus/0-system/bus    | | /sys/fs/kdbus/0-system/0-foo     | | |
> +  | | +-------------------------------+ +----------------------------------+ | |
> +  | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
> +  | | | Connection   | | Connection   | | Connection   | | Connection      | | |
> +  | | | :1.22        | | :1.25        | | :1.55        | | :1.81           | | |
> +  | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
> +  | +------------------------------------------------------------------------+ |
> +  |                                                                            |
> +  | +------------------------------------------------------------------------+ |
> +  | | Bus (User Bus for UID 2702)                                            | |
> +  | | /sys/fs/kdbus/2702-user/                                               | |
> +  | | +-------------------------------+ +----------------------------------+ | |
> +  | | | Endpoint                      | | Endpoint                         | | |
> +  | | | /sys/fs/kdbus/2702-user/bus   | | /sys/fs/kdbus/2702-user/2702-bar | | |
> +  | | +-------------------------------+ +----------------------------------+ | |
> +  | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
> +  | | | Connection   | | Connection   | | Connection   | | Connection      | | |
> +  | | | :1.22        | | :1.25        | | :1.55        | | :1.81           | | |
> +  | | +--------------+ +--------------+ +----------------------------------+ | |
> +  | +------------------------------------------------------------------------+ |
> +  +----------------------------------------------------------------------------+
>      ]]></programlisting>
>    </refsect1>
>
> --
> 1.9.3
>
--
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