Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1242195

Re: [PATCH 1/3] Documentation/kdbus: use valid endpoint names

From David Herrmann <dh.herrmann@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/3] Documentation/kdbus: use valid endpoint names
Date 2015-10-08 13:10 +0200
Message-ID <qhhfc-1Eh-7@gated-at.bofh.it> (permalink)
References <qdHUB-2nN-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi

On Mon, Sep 28, 2015 at 4:49 PM, Lukasz Skalski <l.skalski@samsung.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@samsung.com>

Nice catch!

Reviewed-by: David Herrmann <dh.herrmann@gmail.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 1/3] Documentation/kdbus: use valid endpoint names David Herrmann <dh.herrmann@gmail.com> - 2015-10-08 13:10 +0200

csiph-web