[PATCH 05/14] kdbus: add connection, queue handling and message validation code

2015-03-09 Thread Greg Kroah-Hartman
From: Daniel Mack This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for cleaner separation and

[PATCH 05/14] kdbus: add connection, queue handling and message validation code

2015-03-09 Thread Greg Kroah-Hartman
From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for

[PATCH 05/13] kdbus: add connection, queue handling and message validation code

2015-01-16 Thread Greg Kroah-Hartman
From: Daniel Mack This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for cleaner separation and

[PATCH 05/13] kdbus: add connection, queue handling and message validation code

2015-01-16 Thread Greg Kroah-Hartman
From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for

kdbus: add connection, queue handling and message validation code

2014-11-20 Thread Greg Kroah-Hartman
From: Daniel Mack This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for cleaner separation and

kdbus: add connection, queue handling and message validation code

2014-11-20 Thread Greg Kroah-Hartman
From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for

Re: kdbus: add connection, queue handling and message validation code

2014-10-30 Thread Djalal Harouni
On Wed, Oct 29, 2014 at 08:55:58PM -0700, Andy Lutomirski wrote: > On Wed, Oct 29, 2014 at 8:47 PM, Eric W. Biederman > wrote: > > Greg Kroah-Hartman writes: > > > >> From: Daniel Mack > >> > >> This patch adds code to create and destroy connections, to validate > >> incoming messages and to

Re: kdbus: add connection, queue handling and message validation code

2014-10-30 Thread Djalal Harouni
On Wed, Oct 29, 2014 at 08:55:58PM -0700, Andy Lutomirski wrote: On Wed, Oct 29, 2014 at 8:47 PM, Eric W. Biederman ebied...@xmission.com wrote: Greg Kroah-Hartman gre...@linuxfoundation.org writes: From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy

Re: kdbus: add connection, queue handling and message validation code

2014-10-29 Thread Andy Lutomirski
On Wed, Oct 29, 2014 at 8:47 PM, Eric W. Biederman wrote: > Greg Kroah-Hartman writes: > >> From: Daniel Mack >> >> This patch adds code to create and destroy connections, to validate >> incoming messages and to maintain the queue of messages that are >> associated with a connection. >> >> Note

kdbus: add connection, queue handling and message validation code

2014-10-29 Thread Greg Kroah-Hartman
From: Daniel Mack This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for cleaner separation and

kdbus: add connection, queue handling and message validation code

2014-10-29 Thread Greg Kroah-Hartman
From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of messages that are associated with a connection. Note that connection and queue have a 1:1 relation, the code is only split in two parts for

Re: kdbus: add connection, queue handling and message validation code

2014-10-29 Thread Andy Lutomirski
On Wed, Oct 29, 2014 at 8:47 PM, Eric W. Biederman ebied...@xmission.com wrote: Greg Kroah-Hartman gre...@linuxfoundation.org writes: From: Daniel Mack dan...@zonque.org This patch adds code to create and destroy connections, to validate incoming messages and to maintain the queue of