Re: [firefly] [PATCH 06/12] staging: usbip: userspace: add new list API

2014-03-06 Thread Greg KH
On Thu, Mar 06, 2014 at 07:45:27AM +0200, Valentina Manea wrote: > > > > On Wed, Mar 5, 2014 at 12:16 PM, Dan Carpenter > wrote: > > On Tue, Mar 04, 2014 at 10:35:39PM -0800, Greg KH wrote: > > On Tue, Mar 04, 2014 at 09:10:46PM +0200, Valentina Manea wrote: > > > Add a new list AP

Re: [PATCH 06/12] staging: usbip: userspace: add new list API

2014-03-05 Thread Dan Carpenter
On Tue, Mar 04, 2014 at 10:35:39PM -0800, Greg KH wrote: > On Tue, Mar 04, 2014 at 09:10:46PM +0200, Valentina Manea wrote: > > Add a new list API from CCAN. > > Why can't you just take the one from the kernel, as userspace is GPLv2 > code, right? > > And are you sure CC0 is a "valid" license tha

Re: [PATCH 06/12] staging: usbip: userspace: add new list API

2014-03-04 Thread Greg KH
On Tue, Mar 04, 2014 at 09:10:46PM +0200, Valentina Manea wrote: > Add a new list API from CCAN. Why can't you just take the one from the kernel, as userspace is GPLv2 code, right? And are you sure CC0 is a "valid" license that you can mix with GPLv2 code? I ask this seriously, as I have heard t

[PATCH 06/12] staging: usbip: userspace: add new list API

2014-03-04 Thread Valentina Manea
Add a new list API from CCAN. Signed-off-by: Valentina Manea --- drivers/staging/usbip/userspace/libsrc/Makefile.am | 3 +- .../staging/usbip/userspace/libsrc/build_assert.h | 40 ++ .../staging/usbip/userspace/libsrc/check_type.h| 64 +++ .../staging/usbip/userspace/libsrc/container_of