[uml-devel] Re: [RFC] PATCH 0/4 - Time virtualization

2006-04-19 Thread Eric W. Biederman
Jeff Dike <[EMAIL PROTECTED]> writes: > This set of patches implements > time virtualization by creating a time namespace > an interface to it through unshare > a ptrace extension to allow UML to take advantage of this > UML support > > The guts of the namespace is just an

Re: [uml-devel] uml_utilities-20060323 fails to build on alpha

2006-04-19 Thread Blaisorblade
On Sunday 09 April 2006 20:07, Mattia Dongili wrote: > Hello, > > I hear you say "who cares?" :) > Well, such failure uncovers a small bug on 64bit arches with __u64 not > defined as unsigned long long (oh, that "who cares" again :)). No, you're right, good catch. Systems using linux-libc-headers

Re: [uml-devel] [PATCH 1/3] UML - Change sigjmp_buf to jmp_buf

2006-04-19 Thread Blaisorblade
On Tuesday 11 April 2006 01:37, Jeff Dike wrote: > Clean up the jmpbuf code. Since softints, we no longer use sig_setjmp, so > the UML_SIGSETJMP wrapper now has a misleading name. Also, I forgot to > change the buffers from sigjmp_buf to jmp_buf. > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> C

Re: [uml-devel] [RFC][PATCH] include /usr/lib/uml in PATH

2006-04-19 Thread Blaisorblade
On Sunday 09 April 2006 14:52, Stefano Melchior wrote: > On Fri, Apr 07, 2006 at 06:52:05PM +0200, Mattia Dongili wrote: > Dear all, > > > > > #define UML_LIB_PATH ":/usr/lib/uml" > > > > what about a config option instead? CONFIG_UML_NET_PATH > > > Don't think so, that's not supposed to be chan

Re: [uml-devel] Re: TLS, Debian and 2.6.16.5

2006-04-19 Thread Blaisorblade
On Saturday 15 April 2006 01:15, Sven Köhler wrote: > > I'm in the process of setting up a new Debian box that needs a decent > > source of entropy. So, I have downloaded and installed a relatively new > > UML kernel: > > > > www:/usr/share/doc/rng-tools# uname -a > > Linux www.myserver.com 2.6.16.

Re: [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies

2006-04-19 Thread Blaisorblade
On Saturday 15 April 2006 16:30, Adrian Bunk wrote: > This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to > have been intended. Yes, the global rename USERMODE -> UML in Kconfig missed something, it seems. My bad. Acked-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> >

Re: [uml-devel] [PATCH] uml: problem with 2G/2G host address space

2006-04-19 Thread Blaisorblade
On Sunday 09 April 2006 19:01, Jeff Dike wrote: > On Sun, Apr 09, 2006 at 12:57:55PM +0200, Joris van Rantwijk wrote: > > It soon made sense to me that a 3G/1G configured UML would crash like > > this, but I then found that UML 2.6.16.2 configured for 2G/2G crashed > > in exactly the same way. I th

[uml-devel] Re: TLS, Debian and 2.6.16.5

2006-04-19 Thread Sven Köhler
> 2.6.16-bb1 has TLS support, too. Which patches are all included in 2.6.16-bb1? I miss a list, where i can look it up :-( --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrate

RE: [uml-devel] Re: TLS, Debian and 2.6.16.5

2006-04-19 Thread Brock, Anthony - NET
Sven, You can see the list of patches at: https://lists.ous.edu/mailman/admin/testlist2/logout Or, you can download the broken-out patches from: http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.6.16-bb1/uml-2.6.16-bb1-broken-out.tar.bz2 Tony > -Original Message- > Fro

Re: [uml-devel] [RFC][PATCH] include /usr/lib/uml in PATH

2006-04-19 Thread Mattia Dongili
On Wed, Apr 19, 2006 at 11:52:10AM +0200, Blaisorblade wrote: [...] > Debian did it the hard way IIRC (don't remember if only for the default > location of uml_switch socket or also for this), and problems resulted for currently we ship unmodified uml_socket and modified uml_net paths :) oh, and

[uml-devel] [PATCH 3/5] Remove redundant NULL checks before [kv]free - in arch/

2006-04-19 Thread Jesper Juhl
Remove redundant NULL checks before [kv]free + small CodingStyle cleanup for arch/ Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- arch/ia64/kernel/topology.c |7 -- arch/ia64/sn/kernel/xpc_partition.c |8 -- arch/powerpc/platforms/powermac/low_i2c.c |3 arch/u