hi, I test the uml kernel iomem functions, and found that if the iomem file size is greater than 2M, the uml kernel will panic. the output is: Checking for the skas3 patch in the host...not found Checking for /proc/mm...not found Checking PROT_EXEC mmap in /tmp...OK tracing thread pid = 9425 Linux version 2.6.10 ( lianwei.wang@gmail.com) (gcc version 3.4.3 ) #202 Thu Jan 5 15:02:27 CST 2006 Built 1 zonelists Kernel command line: ubd0=/users/lianwei/work/uml_linux//temp_COW,/users/lianwei/w ork/uml_linux//rootfs_x86.um eth0=tuntap,,, 192.168.0.100 iomem=mmapper iomem= testmem video=vfb: mem=128M root=98:0 PID hash table entries: 1024 (order: 10, 16384 bytes) Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Memory: 126336k available Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Kernel panic - not syncing: Segfault with no mm EIP: 0073:[] CPU: 0 Not tainted ESP: 007b:a022be54 EFLAGS: 00010292 Not tainted EAX: a0904148 EBX: a022bebc ECX: a022bde4 EDX: ffffffff ESI: 00000001 EDI: 00000001 EBP: a022be7c DS: 007b ES: 007b Call Trace: [] notifier_call_chain+0x25/0x40 [] panic+0x72/0x110 [] segv+0x1d1/0x220 [] sigemptyset+0x17/0x30 [] change_signals+0x60/0x90 [] segv_handler+0x115/0x260 [] __wake_up_common+0x11/0x70 [] sig_handler_common_tt+0x97/0x140 [] sig_handler+0x21/0x40 [] __restore+0x0/0x8 [] __wake_up_common+0x11/0x70 [] __wake_up+0x46/0x60 [] __wake_up_bit+0x37/0x40 [] proc_get_inode+0xe3/0x130 [] proc_fill_super+0x45/0xb0 [] get_sb_single+0x62/0xc0 [] do_kern_mount+0x5a/0xf0 [] proc_fill_super+0x0/0xb0 [] signal_tramp+0x0/0x110 [] kern_mount+0x23/0x25 [] signal_tramp+0x0/0x110 [] proc_root_init+0x2d/0x130 [] start_kernel+0x159/0x1a0 [] unknown_bootoption+0x0/0x220 [] start_kernel_proc+0x48/0x80 [] start_kernel+0x0/0x1a0 did anyone have ever seen this problem? my uml version is 2.6.10 thanks.