Re: [RFC PATCH] kdbus: move all kdbus headers to include/linux/kdbus

2015-03-25 Thread Greg Kroah-Hartman
On Wed, Mar 25, 2015 at 04:37:15PM +0100, Paul Osmialowski wrote: > These headers are required to implement LSM hooks for kdbus > and possibly other things that might deal with kdbus. > > Signed-off-by: Paul Osmialowski > --- > include/linux/kdbus/bus.h| 101 +++ > include/li

Re: [RFC PATCH] kdbus: move all kdbus headers to include/linux/kdbus

2015-03-25 Thread Djalal Harouni
On Wed, Mar 25, 2015 at 04:45:33PM +0100, David Herrmann wrote: > Hi > > On Wed, Mar 25, 2015 at 4:37 PM, Paul Osmialowski > wrote: > > These headers are required to implement LSM hooks for kdbus > > and possibly other things that might deal with kdbus. > > > > Signed-off-by: Paul Osmialowski >

Re: [RFC PATCH] kdbus: move all kdbus headers to include/linux/kdbus

2015-03-25 Thread Paul Osmialowski
Hi, First of all, I'm sorry for this no-subject covering letter. Accidents never happen only in a perfect world. On Wed, 25 Mar 2015, David Herrmann wrote: I'd prefer if we only move the required structure definitions into a separate header. There is no reason to export all internal entry p

Re: [RFC PATCH] kdbus: move all kdbus headers to include/linux/kdbus

2015-03-25 Thread David Herrmann
Hi On Wed, Mar 25, 2015 at 4:37 PM, Paul Osmialowski wrote: > These headers are required to implement LSM hooks for kdbus > and possibly other things that might deal with kdbus. > > Signed-off-by: Paul Osmialowski > --- > include/linux/kdbus/bus.h| 101 +++ > include/linux/k

[RFC PATCH] kdbus: move all kdbus headers to include/linux/kdbus

2015-03-25 Thread Paul Osmialowski
These headers are required to implement LSM hooks for kdbus and possibly other things that might deal with kdbus. Signed-off-by: Paul Osmialowski --- include/linux/kdbus/bus.h| 101 +++ include/linux/kdbus/connection.h | 257 +++ include/li