Re: USB/IP

2014-02-17 Thread Greg KH
On Tue, Feb 18, 2014 at 12:04:23AM +0700, konst...@ngs.ru wrote: > Greetings. > > How can I build USB/IP kernel modules and userspace tools > sparsely from linux kernel tree? > > > I've tried > > make O=/home/build/directory/ drivers/staging/usbip/ > > but this only compiles .c files to .o fi

RE: USB/IP

2014-02-10 Thread David Laight
From: Greg KH > > I found it much easier to build a non-initrd kernel (ie one that > > has all the devices needed to boot builtin) than to work out > > how to build one that contains an initrd image. > > Then you are using the wrong distro, as a simple 'make install' in the > kernel directory shou

Re: USB/IP

2014-02-10 Thread Greg KH
On Mon, Feb 10, 2014 at 09:52:52AM +, David Laight wrote: > From: Peter Stuge > > konst...@ngs.ru wrote: > > > If so, which linux distro is worth being chosen for > > > building and testing that custom kernel and, especially, > > > usbip, in particular, and does distro really matter? > > > > I

RE: USB/IP

2014-02-10 Thread David Laight
From: Peter Stuge > konst...@ngs.ru wrote: > > If so, which linux distro is worth being chosen for > > building and testing that custom kernel and, especially, > > usbip, in particular, and does distro really matter? > > It depends on how much "value add" the distribution has around the > kernel.

Re: USB/IP

2014-02-09 Thread Peter Stuge
konst...@ngs.ru wrote: > If so, which linux distro is worth being chosen for > building and testing that custom kernel and, especially, > usbip, in particular, and does distro really matter? It depends on how much "value add" the distribution has around the kernel. The well-known distributions al

Re: USB/IP

2014-02-09 Thread Greg KH
On Sun, Feb 09, 2014 at 01:52:50PM +0700, konst...@ngs.ru wrote: > So, as far as I've concerned, I'd better build the whole > custom linux kernel with the usbip debug-driver built-in > to debug usbip, wouldn't I? Yes, but build it as a module to make things easier than rebooting all the time. Or