Re: [uml-devel] [PATCH 1/2] UML - Fix I/O hang

2006-11-01 Thread Andrew Morton
On Wed, 01 Nov 2006 12:32:41 -0500 Jeff Dike <[EMAIL PROTECTED]> wrote: > This patch fixes a UML hang in which everything would just stop until > some I/O happened - a ping, someone whacking the keyboard - at which > point everything would start up again as though nothing had happened. > > The ca

[uml-devel] [PATCH 1/2] UML - Fix I/O hang

2006-11-01 Thread Jeff Dike
This patch fixes a UML hang in which everything would just stop until some I/O happened - a ping, someone whacking the keyboard - at which point everything would start up again as though nothing had happened. The cause was gcc reordering some code which absolutely needed to be executed in the orde

[uml-devel] [PATCH 2/2] UML - Include tidying

2006-11-01 Thread Jeff Dike
In order to get the __NR_* constants, we need sys/syscall.h. linux/unistd.h works as well since it includes syscall.h, however syscall.h is more parsimonious. We were inconsistent in this, and this patch adds syscall.h includes where necessary and removes linux/unistd.h includes where they are not

[uml-devel] [PATCH 0/2] UML fix and cleanup

2006-11-01 Thread Jeff Dike
These two patches are 2.6.19 material. One fixes an important bug and the other is a small header cleanup. Jeff - Using Tomcat but need to do more? Need to support web services, security? Get

[uml-devel] UML and SCSI

2006-11-01 Thread Boaz Harrosh
I have searched the archives and seen some old posts about SCSI not compiling with UML. Since than I have seen some post on the net of the like http://lkml.org/lkml/2006/9/12/200. (which does not apply but the Idea is clear and can be done by hand). Now when carefully configured I can compile th