All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald.hoyer@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	arnd@arndb.de, ebiederm@xmission.com, gnomes@lxorguk.ukuu.org.uk,
	teg@jklm.no, jkosina@suse.cz, luto@amacapital.net,
	linux-api@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: daniel@zonque.org, dh.herrmann@gmail.com, tixxdz@opendz.org
Subject: Re: kdbus: add code for buses, domains and endpoints
Date: Fri, 21 Nov 2014 09:14:28 +0100	[thread overview]
Message-ID: <546EF464.5060109@gmail.com> (raw)
In-Reply-To: <1416546149-24799-10-git-send-email-gregkh@linuxfoundation.org>

On 21.11.2014 06:02, Greg Kroah-Hartman wrote:
> From: Daniel Mack <daniel@zonque.org>
> 
> Add the logic to handle the following entities:
> 
> Domain:
>   A domain is an unamed object containing a number of buses. A
>   domain is automatically created when an instance of kdbusfs
>   is mounted, and destroyed when it is unmounted.
>   Every domain offers its own "control" device node to create
>   buses.  Domains have no connection to each other and cannot
>   see nor talk to each other.
> 
> Bus:
>   A bus is a named object inside a domain. Clients exchange messages
>   over a bus. Multiple buses themselves have no connection to each
>   other; messages can only be exchanged on the same bus. The default
>   entry point to a bus, where clients establish the connection to, is
>   the "bus" device node /dev/kdbus/<bus name>/bus.  Common operating
>   system setups create one "system bus" per system, and one "user
>   bus" for every logged-in user. Applications or services may create
>   their own private named buses.

might need a resync with the documentation.

Bus:
  A bus is a named object inside a domain. Clients exchange messages
  over a bus. Multiple buses themselves have no connection to each other;
  messages can only be exchanged on the same bus. The default entry point to
  a bus, where clients establish the connection to, is the "bus" file
  /sys/fs/kdbus/<bus name>/bus.
  Common operating system setups create one "system bus" per system, and one
  "user bus" for every logged-in user. Applications or services may create
   their own private named buses. See section 5 for more details.



WARNING: multiple messages have this Message-ID (diff)
From: Harald Hoyer <harald.hoyer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	arnd-r2nGTMty4D4@public.gmane.org,
	ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org,
	gnomes-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org,
	teg-B22kvLQNl6c@public.gmane.org,
	jkosina-AlSwsSmVLrQ@public.gmane.org,
	luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: daniel-cYrQPVfZoowdnm+yROfE0A@public.gmane.org,
	dh.herrmann-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	tixxdz-Umm1ozX2/EEdnm+yROfE0A@public.gmane.org
Subject: Re: kdbus: add code for buses, domains and endpoints
Date: Fri, 21 Nov 2014 09:14:28 +0100	[thread overview]
Message-ID: <546EF464.5060109@gmail.com> (raw)
In-Reply-To: <1416546149-24799-10-git-send-email-gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>

On 21.11.2014 06:02, Greg Kroah-Hartman wrote:
> From: Daniel Mack <daniel-cYrQPVfZoowdnm+yROfE0A@public.gmane.org>
> 
> Add the logic to handle the following entities:
> 
> Domain:
>   A domain is an unamed object containing a number of buses. A
>   domain is automatically created when an instance of kdbusfs
>   is mounted, and destroyed when it is unmounted.
>   Every domain offers its own "control" device node to create
>   buses.  Domains have no connection to each other and cannot
>   see nor talk to each other.
> 
> Bus:
>   A bus is a named object inside a domain. Clients exchange messages
>   over a bus. Multiple buses themselves have no connection to each
>   other; messages can only be exchanged on the same bus. The default
>   entry point to a bus, where clients establish the connection to, is
>   the "bus" device node /dev/kdbus/<bus name>/bus.  Common operating
>   system setups create one "system bus" per system, and one "user
>   bus" for every logged-in user. Applications or services may create
>   their own private named buses.

might need a resync with the documentation.

Bus:
  A bus is a named object inside a domain. Clients exchange messages
  over a bus. Multiple buses themselves have no connection to each other;
  messages can only be exchanged on the same bus. The default entry point to
  a bus, where clients establish the connection to, is the "bus" file
  /sys/fs/kdbus/<bus name>/bus.
  Common operating system setups create one "system bus" per system, and one
  "user bus" for every logged-in user. Applications or services may create
   their own private named buses. See section 5 for more details.

  reply	other threads:[~2014-11-21  8:14 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-21  5:02 [PATCH v2 00/13] Add kdbus implementation Greg Kroah-Hartman
2014-11-21  5:02 ` Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add documentation Greg Kroah-Hartman
2014-11-21  8:29   ` Harald Hoyer
2014-11-21 17:12   ` Andy Lutomirski
2014-11-21 17:12     ` Andy Lutomirski
2014-11-24 20:16     ` David Herrmann
2014-11-24 20:57       ` Andy Lutomirski
2014-11-26 11:55         ` David Herrmann
2014-11-26 11:55           ` David Herrmann
2014-11-26 15:30           ` Andy Lutomirski
2014-11-26 15:39             ` Andy Lutomirski
2014-11-26 15:39               ` Andy Lutomirski
2014-11-30  9:08     ` Florian Weimer
2014-11-30  9:08       ` Florian Weimer
2014-11-30 17:12       ` David Herrmann
2014-11-30 17:22         ` Florian Weimer
2014-11-30 17:22           ` Florian Weimer
2014-11-30  8:56   ` Florian Weimer
2014-11-30 17:17     ` David Herrmann
2014-11-30 17:17       ` David Herrmann
2014-11-30  9:02   ` Florian Weimer
2014-11-30  9:02     ` Florian Weimer
2014-11-30 17:15     ` David Herrmann
2014-11-30 17:15       ` David Herrmann
2014-11-30 17:23       ` Florian Weimer
2014-11-30 17:23         ` Florian Weimer
2015-01-20  8:09         ` Michael Kerrisk (man-pages)
2015-01-20  8:09           ` Michael Kerrisk (man-pages)
2015-01-20  8:25           ` Daniel Mack
2015-01-20  8:25             ` Daniel Mack
2015-01-20 12:54             ` Michael Kerrisk (man-pages)
2014-11-21  5:02 ` kdbus: add header file Greg Kroah-Hartman
2014-11-21  8:34   ` Harald Hoyer
2014-11-21  8:55     ` Daniel Mack
2014-11-21  5:02 ` kdbus: add driver skeleton, ioctl entry points and utility functions Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add connection pool implementation Greg Kroah-Hartman
2014-11-21  5:02   ` Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add connection, queue handling and message validation code Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add node and filesystem implementation Greg Kroah-Hartman
2014-11-21 15:55   ` Sasha Levin
2014-11-21 15:55     ` Sasha Levin
2014-11-21 16:13     ` David Herrmann
2014-11-21 16:13       ` David Herrmann
2014-11-21 16:56       ` Greg Kroah-Hartman
2014-11-21 16:56         ` Greg Kroah-Hartman
2014-11-21 17:03         ` Sasha Levin
2014-11-21 17:03           ` Sasha Levin
2014-11-21 17:55           ` Greg Kroah-Hartman
2014-11-21 17:55             ` Greg Kroah-Hartman
2014-11-21 16:35   ` Andy Lutomirski
2014-11-21 16:41     ` Andy Lutomirski
2014-11-21 16:53     ` David Herrmann
2014-11-21 16:53       ` David Herrmann
2014-11-21  5:02 ` kdbus: add code to gather metadata Greg Kroah-Hartman
2014-11-21 19:50   ` Andy Lutomirski
2014-11-21 19:50     ` Andy Lutomirski
2014-12-01 13:50     ` Daniel Mack
2014-12-01 13:50       ` Daniel Mack
2014-12-01 14:46       ` Andy Lutomirski
2014-11-21  5:02 ` kdbus: add code for notifications and matches Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add code for buses, domains and endpoints Greg Kroah-Hartman
2014-11-21  8:14   ` Harald Hoyer [this message]
2014-11-21  8:14     ` Harald Hoyer
2014-11-21  8:39   ` Harald Hoyer
2014-11-21  5:02 ` kdbus: add name registry implementation Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add policy database implementation Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add Makefile, Kconfig and MAINTAINERS entry Greg Kroah-Hartman
2014-11-21  5:02 ` kdbus: add selftests Greg Kroah-Hartman
2014-11-21  6:02 ` [PATCH v2 00/13] Add kdbus implementation Greg Kroah-Hartman
2014-11-21  6:02   ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2014-10-29 22:00 [PATCH 00/12] " Greg Kroah-Hartman
2014-10-29 22:00 ` kdbus: add code for buses, domains and endpoints Greg Kroah-Hartman
2014-10-30  3:59   ` Eric W. Biederman
2014-10-30  3:59     ` Eric W. Biederman
2014-10-30  9:58     ` Djalal Harouni
2014-10-30 12:15       ` Eric W. Biederman
2014-10-30 12:15         ` Eric W. Biederman
2014-10-30 14:48         ` Djalal Harouni
2014-10-30 14:48           ` Djalal Harouni
2014-10-30 14:58           ` Andy Lutomirski
2014-10-30 14:58             ` Andy Lutomirski
2014-10-30 18:08             ` Djalal Harouni
2014-10-30 18:46               ` Simon McVittie
2014-10-30 18:46                 ` Simon McVittie
2014-11-05 19:59                 ` Djalal Harouni
2014-11-05 19:59                   ` Djalal Harouni
2014-10-30 20:37               ` Andy Lutomirski
2014-10-30 20:37                 ` Andy Lutomirski
2014-10-30 21:47                 ` Alex Elsayed
2014-10-30 22:00                   ` Andy Lutomirski
2014-10-30 22:00                     ` Andy Lutomirski
2014-10-31  1:39   ` Al Viro
2014-10-31  1:39     ` Al Viro
2014-10-31  9:55     ` Daniel Mack
2014-10-31  9:55       ` Daniel Mack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=546EF464.5060109@gmail.com \
    --to=harald.hoyer@gmail.com \
    --cc=arnd@arndb.de \
    --cc=daniel@zonque.org \
    --cc=dh.herrmann@gmail.com \
    --cc=ebiederm@xmission.com \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkosina@suse.cz \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=teg@jklm.no \
    --cc=tixxdz@opendz.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.