[PATCH 04/14] kdbus: add connection pool implementation

2015-03-09 Thread Greg Kroah-Hartman
From: Daniel Mack A pool for data received from the kernel is installed for every connection of the bus, and it is used to copy data from the kernel to userspace clients, for messages and other information. It is accessed when one of the following ioctls is issued: * KDBUS_CMD_MSG_RECV, to re

[PATCH 04/13] kdbus: add connection pool implementation

2015-01-16 Thread Greg Kroah-Hartman
From: Daniel Mack A pool for data received from the kernel is installed for every connection of the bus, and it is used to copy data from the kernel to userspace clients, for messages and other information. It is accessed when one of the following ioctls is issued: * KDBUS_CMD_MSG_RECV, to re

kdbus: add connection pool implementation

2014-11-20 Thread Greg Kroah-Hartman
From: Daniel Mack A pool for data received from the kernel is installed for every connection of the bus, and it is used to copy data from the kernel to userspace clients, for messages and other information. It is accessed when one of the following ioctls is issued: * KDBUS_CMD_MSG_RECV, to re

kdbus: add connection pool implementation

2014-10-29 Thread Greg Kroah-Hartman
From: Daniel Mack A pool for data received from the kernel is installed for every connection of the bus, and it is used to copy data from the kernel to userspace clients, for messages and other information. It is accessed when one of the following ioctls is issued: * KDBUS_CMD_MSG_RECV, to re