Re: [uml-devel] [PATCH] UML - support checkstack

2006-08-10 Thread Jörn Engel
On Wed, 9 August 2006 14:15:24 -0400, Jeff Dike wrote: > > Make checkstack work for UML. We need to pass the underlying architecture > name, rather than "um" to checkstack.pl. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Acked-by: Joern Engel <[EMAIL PROTECTED]> Jörn -- Geld macht nicht

[uml-devel] UML hostfs bugs

2006-08-10 Thread wang lianwei
Hi all,   There is a bug with UML kernel, some host directory can not be read, for example "ls /mnt/host/usr/lib", this command is dead until you press CTRL+c. I test it with Redhat Enterprise Linux 4.     This is because the UML read host directory through opendir, seekdir, readdir and telldir. W

Re: [uml-devel] [PATCH] UML - support checkstack

2006-08-10 Thread Matt Mackall
On Thu, Aug 10, 2006 at 12:22:16AM -0400, Jeff Dike wrote: > On Wed, Aug 09, 2006 at 09:09:22PM -0500, Matt Mackall wrote: > > On Wed, Aug 09, 2006 at 02:15:24PM -0400, Jeff Dike wrote: > > > Make checkstack work for UML. We need to pass the underlying architecture > > > name, rather than "um" to