On Wednesday 30 November 2005 10:34, Michael Richardson wrote:
> What was the fix?

A quick check through the past few pages of:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=shortlog

Finds these four commits:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aa1a64ee12ae130706f3fc0007841ce9b0ddf9c2
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17d469715c6453e4994e6617e8f644bf10f38584
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e23181deec0d2a8be576faf9d71211abb84d5ccc
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=39d730ab87f07592e3a3794353f097d5184cae7a

Click "commitdiff" and then right click on "plain" and save as.

> Are you using a cramfs initrd?

Nope.  Squashfs.  (Last time I tried cramfs it had some _serious_ size 
limitations.)

And for testing, I just go:

./linux rootfstype=hostfs rw init=/bin/sh

No special setup required at all, just borrow the host system's root 
directory.  (You probably want to "mount -t proc /proc /proc" and "mount -t 
tmpfs /dev/shm", and "mount -t devpts /dev/pts" before doing anything _too_ 
fancy.)

Getting ctrl-C to work took a bit of doing, but I posted a oneit.c file I made 
that does it, a while back...

> I built against the v2.6.15-rc3 tag in GIT, and I saw the same failure.
> I'm going to make clean again (the rm -rf way) and try again to be
> sure...

Yeah, neither make ARCH=um clean nor make ARCH=um distclean seem to actually 
delete all the files a UML build makes.  I may do something about that one of 
these days...

Rob
-- 
Steve Ballmer: Innovation!  Inigo Montoya: You keep using that word.
I do not think it means what you think it means.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to