[PATCH 10/13] kdbus: add name registry implementation

2015-01-16 Thread Greg Kroah-Hartman
From: Daniel Mack This patch adds the name registry implementation. Each bus instantiates a name registry to resolve well-known names into unique connection IDs for message delivery. The registry will be queried when a message is sent with kdbus_msg.dst_id set to KDBUS_DST_ID_NAME, or when a

[PATCH 10/13] kdbus: add name registry implementation

2015-01-16 Thread Greg Kroah-Hartman
From: Daniel Mack dan...@zonque.org This patch adds the name registry implementation. Each bus instantiates a name registry to resolve well-known names into unique connection IDs for message delivery. The registry will be queried when a message is sent with kdbus_msg.dst_id set to