Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-24 Thread Daniel Mack
On 03/24/2015 07:22 PM, Michal Marek wrote: > Dne 24.3.2015 v 18:37 Jiri Slaby napsal(a): >> Oh, it's cut&paste, I see. This does not look correct though. The hack >> inclusive. Host progs are intended to be run on the host where the >> kernel is built. During the compilation or such (like x/menuc

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-24 Thread Michal Marek
Dne 24.3.2015 v 18:37 Jiri Slaby napsal(a): > On 03/24/2015, 06:15 PM, David Herrmann wrote: >> On Tue, Mar 24, 2015 at 5:46 PM, Jiri Slaby wrote: >>> Errr, no. Not only it causes build failures (even with KDBUS=n), it >>> definitely should not be built for everyone. >> >> It's only built if CONFI

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-24 Thread Jiri Slaby
Ccing kbuild fellows (see the very bottom). On 03/24/2015, 06:15 PM, David Herrmann wrote: > Hi > > On Tue, Mar 24, 2015 at 5:46 PM, Jiri Slaby wrote: >> On 03/09/2015, 02:09 PM, Greg Kroah-Hartman wrote: >>> --- /dev/null >>> +++ b/samples/kdbus/Makefile >>> @@ -0,0 +1,10 @@ >>> +# kbuild trick

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-24 Thread David Herrmann
Hi On Tue, Mar 24, 2015 at 5:46 PM, Jiri Slaby wrote: > On 03/09/2015, 02:09 PM, Greg Kroah-Hartman wrote: >> --- /dev/null >> +++ b/samples/kdbus/Makefile >> @@ -0,0 +1,10 @@ >> +# kbuild trick to avoid linker error. Can be omitted if a module is built. >> +obj- := dummy.o >> + >> +hostprogs-y +

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-24 Thread Jiri Slaby
On 03/09/2015, 02:09 PM, Greg Kroah-Hartman wrote: > --- /dev/null > +++ b/samples/kdbus/Makefile > @@ -0,0 +1,10 @@ > +# kbuild trick to avoid linker error. Can be omitted if a module is built. > +obj- := dummy.o > + > +hostprogs-y += kdbus-workers > + > +always := $(hostprogs-y) Errr, no. Not on

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-12 Thread David Herrmann
Hi On Thu, Mar 12, 2015 at 3:52 PM, Sasha Levin wrote: > On 03/09/2015 09:09 AM, Greg Kroah-Hartman wrote: >> diff --git a/samples/kdbus/Makefile b/samples/kdbus/Makefile >> new file mode 100644 >> index ..d009025369f4 >> --- /dev/null >> +++ b/samples/kdbus/Makefile >> @@ -0,0 +1,10

Re: [PATCH 13/14] kdbus: add walk-through user space example

2015-03-12 Thread Sasha Levin
On 03/09/2015 09:09 AM, Greg Kroah-Hartman wrote: > diff --git a/samples/kdbus/Makefile b/samples/kdbus/Makefile > new file mode 100644 > index ..d009025369f4 > --- /dev/null > +++ b/samples/kdbus/Makefile > @@ -0,0 +1,10 @@ > +# kbuild trick to avoid linker error. Can be omitted if a m