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-next>] [day] [month] [year] [list]
Message-id: <1443451759-32428-1-git-send-email-l.skalski@samsung.com>
Date:	Mon, 28 Sep 2015 16:49:17 +0200
From:	Lukasz Skalski <l.skalski@...sung.com>
To:	dh.herrmann@...glemail.com
Cc:	linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
	daniel@...que.org, tixxdz@...ndz.org,
	Lukasz Skalski <l.skalski@...sung.com>
Subject: [PATCH 1/3] Documentation/kdbus: use valid endpoint names

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>
---
 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