Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

2007-10-24 Thread Jeff Dike
On Wed, Oct 24, 2007 at 04:46:54PM -0500, Rob Landley wrote: > Prebuilt for Ubuntu 7.04: > http://landley.net/code/firmware/downloads/cross-compiler/host-i686/cross-compiler-sparc.tar.bz2 > > Source code: > Or http://landley.net/code/firmware/downloads/firmware-0.2.2.tar.bz2 Thanks - I already go

Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

2007-10-24 Thread Rob Landley
On Wednesday 24 October 2007 10:22:40 am Jeff Dike wrote: > I poked around a bit for a sparc cross-toolchain, didn't find one, so > I couldn't see what exactly the problem was. Prebuilt for Ubuntu 7.04: http://landley.net/code/firmware/downloads/cross-compiler/host-i686/cross-compiler-sparc.tar.bz

Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

2007-10-24 Thread Sam Ravnborg
Hi Jeff. On Wed, Oct 24, 2007 at 11:22:40AM -0400, Jeff Dike wrote: > On Thu, Oct 11, 2007 at 05:54:46PM -0500, Rob Landley wrote: > > Guess what? I still need this patch to build the final 2.6.23, months > > later. > > > > I know it may not be the right fix, but the build breaks for me without

Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

2007-10-24 Thread Jeff Dike
On Thu, Oct 11, 2007 at 05:54:46PM -0500, Rob Landley wrote: > Guess what? I still need this patch to build the final 2.6.23, months later. > > I know it may not be the right fix, but the build breaks for me without this > patch. The .config that breaks is attached. ARCH=um. Can I get a Signed

Re: [uml-devel] [Git Patch] arch/um/drivers/ubd_kern.c: fix a building error

2007-10-24 Thread Jens Axboe
On Wed, Oct 24 2007, WANG Cong wrote: > > Fix this uml building error: > arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': > arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function > 'sg_page' > arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of > 'prepare_r

[uml-devel] [Git Patch] arch/um/drivers/ubd_kern.c: fix a building error

2007-10-24 Thread WANG Cong
Fix this uml building error: arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function 'sg_page' arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of 'prepare_request' makes pointer from integer without a cast ma