All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released
@ 2004-11-04 18:32 ` Blaisorblade
  0 siblings, 0 replies; 20+ messages in thread
From: Blaisorblade @ 2004-11-04 18:32 UTC (permalink / raw)
  To: user-mode-linux-devel, user-mode-linux-user, Jeff Dike, Bodo Stroesser
  Cc: LKML, Erik, Peter, Christopher S. Aker, Matt Zimmerman

[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]

You can find all on http://www.user-mode-linux.org/~blaisorblade/.

The SKAS3/2.6-v7 was already released, but I probably forgot to announce it. 
So I'm announcing it now.

Changes in SKAS:
* echo 0 > /proc/sysemu on the guests works fine, finally!

Changes in both 2.6.9 and 2.4.27:
they run fine on 2.6.9 host kernels, without hanging at the exit.

Changes in 2.6.9 only:
included a large chunk of JDike tree (excluding all x86_64 related patches), 
and all the latest security patches from Bodo Stroesser; also it includes the 
-V7 skas patch in it.

Actually, however, to do this I had to include big, invasive patches from Jeff 
Dike's tree. I've done it because it's needed and because Bodo Stroesser 
worked with the incrementals very fine.

Changes in 2.4.27 only:

It's based on a fork from the official 2.4.24-1; the patches I've included 
come almost totally from there, but I dropped all the hostfs rewrite. I also 
included some incrementals, the one I thought safe.

Also, you can find on the page the instructions to avoid the "hwclock hang" in 
TT mode. I found the faulty patch, but it needs a more worse bug, which 
affects everyone running in TT mode on a 2.6 host, so it's included. You can 
revert the patch if you want, and if you have to run it on a 2.4 host. I sent 
a message about this about a week ago, but I got no answer.

Distribution:
* the patch are also in split-out form, both web-browsable and tarballed.
* md5sums are available (to test with "md5sum -c *.md5").

Any testing and report is welcome.

Bye
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [uml-devel] __wrap_malloc compile error without CONFIG_MODE_TT
@ 2004-11-05  2:59 Peter
  2004-11-05 19:42 ` Blaisorblade
  0 siblings, 1 reply; 20+ messages in thread
From: Peter @ 2004-11-05  2:59 UTC (permalink / raw)
  To: user-mode-linux-devel

Hi.  I just compiled 2.6.9 + uml-2.6.9-bb1.patch.bz2 and got a compile 
error with CONFIG_MODE_TT turned off.  Posting here in case it is of 
interest to anyone.

diff workingconfig brokenconfig

14c14,15
< CONFIG_MODE_TT=y
---
 > # CONFIG_MODE_TT is not set
 > # CONFIG_STATIC_LINK is not set
22d22
< # CONFIG_SMP is not set
276a277,279
 > # CONFIG_NET_SCH_CLK_JIFFIES is not set
 > # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
 > # CONFIG_NET_SCH_CLK_CPU is not set


  LD      lib/built-in.o
   AR      lib/lib.a
   GEN     .version
   CHK     include/linux/compile.h
   UPD     include/linux/compile.h
   CC      init/version.o
   LD      init/built-in.o
   LD      .tmp_vmlinux1
arch/um/kernel/built-in.o(.text+0x1a5f): In function `__wrap_malloc':
arch/um/kernel/main.c:192: undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x1ade): In function `__wrap_free':
arch/um/kernel/main.c:236: undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x1b21):arch/um/kernel/main.c:240: 
undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x6a7b): In function `sig_handler':
arch/um/kernel/trap_user.c:108: undefined reference to 
`sig_handler_common_tt'
arch/um/kernel/built-in.o(.text+0x6abe): In function `alarm_handler':
arch/um/kernel/trap_user.c:121: undefined reference to 
`sig_handler_common_tt'
arch/um/kernel/built-in.o(.text+0x6a5a): In function `usr2_handler':
arch/um/kernel/trap_user.c:80: undefined reference to `syscall_handler_tt'
arch/um/kernel/built-in.o(.text+0x72a3): In function `not_dead_yet':
arch/um/kernel/umid.c:192: undefined reference to `tracing_pid'
arch/um/drivers/built-in.o(.text+0x36f8): In function `register_winch':
arch/um/drivers/chan_user.c:153: undefined reference to `is_tracer_winch'
collect2: ld returned 1 exit status
   KSYM    .tmp_kallsyms1.S
nm: .tmp_vmlinux1: No such file or directory
   AS      .tmp_kallsyms1.o
   LD      .tmp_vmlinux2
arch/um/kernel/built-in.o(.text+0x1a5f): In function `__wrap_malloc':
arch/um/kernel/main.c:192: undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x1ade): In function `__wrap_free':
arch/um/kernel/main.c:236: undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x1b21):arch/um/kernel/main.c:240: 
undefined reference to `tracing_pid'
arch/um/kernel/built-in.o(.text+0x6a7b): In function `sig_handler':
arch/um/kernel/trap_user.c:108: undefined reference to 
`sig_handler_common_tt'
arch/um/kernel/built-in.o(.text+0x6abe): In function `alarm_handler':
arch/um/kernel/trap_user.c:121: undefined reference to 
`sig_handler_common_tt'
arch/um/kernel/built-in.o(.text+0x6a5a): In function `usr2_handler':
arch/um/kernel/trap_user.c:80: undefined reference to `syscall_handler_tt'
arch/um/kernel/built-in.o(.text+0x72a3): In function `not_dead_yet':
arch/um/kernel/umid.c:192: undefined reference to `tracing_pid'
arch/um/drivers/built-in.o(.text+0x36f8): In function `register_winch':
arch/um/drivers/chan_user.c:153: undefined reference to `is_tracer_winch'
collect2: ld returned 1 exit status
make: *** [.tmp_vmlinux2] Error 1
make linux


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2004-11-10  8:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-04 18:32 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Blaisorblade
2004-11-04 18:32 ` [uml-devel] " Blaisorblade
2004-11-04 21:44 ` SKAS3/2.6-V7 failed with 2.6.8.1 kaz
2004-11-04 21:44   ` [uml-devel] " kaz
2004-11-04 21:55   ` [uml-devel] Sorry. " kaz
2004-11-04 21:57   ` Brice Goglin
2004-11-04 21:57     ` [uml-devel] " Brice Goglin
     [not found] ` <30067.1099600259@www73.gmx.net>
2004-11-04 23:46   ` [uml-devel] Re: [uml-user] 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Blaisorblade
2004-11-05 19:21 ` [uml-devel] " Allen Chan
2004-11-06  3:17   ` Allen Chan
2004-11-08 12:28 ` Nuutti Kotivuori
2004-11-08 12:28   ` [uml-devel] " Nuutti Kotivuori
2004-11-09 11:41   ` Blaisorblade
2004-11-09 11:41     ` Blaisorblade
2004-11-09 18:06 ` Bodo Stroesser
2004-11-09 18:50   ` Blaisorblade
2004-11-05  2:59 [uml-devel] __wrap_malloc compile error without CONFIG_MODE_TT Peter
2004-11-05 19:42 ` Blaisorblade
2004-11-09  2:17   ` [uml-devel] Re: 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Peter
2004-11-09 18:35     ` Blaisorblade
2004-11-09 23:12       ` Peter
2004-11-10  8:43       ` stian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.