[uml-devel] errors in uml-guest log

2005-11-09 Thread Sven Köhler
Hi, an UML-guest-kernel 2.6.14 (without any additional patches) is running on a host with kernel 2.6.12.3-skas3-v8.2 host. Can anybody explain this error-message to me, which occur periodically in the guests log: Badness in handle_page_fault at arch/um/kernel/trap_kern.c:98 0f3d3b30: [<08062f04>

Re: [uml-devel] Making UML Single Threader

2005-11-09 Thread Henrik Nordstrom
On Wed, 9 Nov 2005, Rob Landley wrote: (Wow, sourceforge's mailing list archives are almost as difficult to use as their download mirror system. That takes _effort_.) There is other mirrors more easily navigated.. my preference is MARC: http://marc.theaimsgroup.com/?l=user-mode-linux-devel&r

Re: [uml-devel] Making UML Single Threader

2005-11-09 Thread Rob Landley
On Wednesday 09 November 2005 22:18, Jeff Dike wrote: > On Tue, Nov 08, 2005 at 09:18:58PM -0600, Rob Landley wrote: > > 1) Is there any documentation on SKAS0's design? (A couple things > > floated by, but it was piecemeal and I didn't have the necessary > > context.) > > There was a big message

Re: [uml-devel] Making UML Single Threader

2005-11-09 Thread Rob Landley
On Wednesday 09 November 2005 22:07, Jeff Dike wrote: > On Tue, Nov 08, 2005 at 06:35:47PM -0600, Rob Landley wrote: > > Jeff was going to split out the scheduler and filesystem into shared > > libraries or some such. He mentions it in his intermittent diary, among > > other places. > > This has n

Re: [uml-devel] Making UML Single Threader

2005-11-09 Thread Jeff Dike
On Tue, Nov 08, 2005 at 09:18:58PM -0600, Rob Landley wrote: > 1) Is there any documentation on SKAS0's design? (A couple things floated > by, > but it was piecemeal and I didn't have the necessary context.) There was a big message when I first announced it. Also, the changelog on that patch w

Re: [uml-devel] Making UML Single Threader

2005-11-09 Thread Jeff Dike
On Tue, Nov 08, 2005 at 06:35:47PM -0600, Rob Landley wrote: > Jeff was going to split out the scheduler and filesystem into shared > libraries > or some such. He mentions it in his intermittent diary, among other places. This has nothing to do with that. One of my other future projects is em

Re: [uml-devel] Test for ethernet broadcast address?

2005-11-09 Thread Jeff Dike
On Wed, Nov 09, 2005 at 02:44:52AM +0100, Blaisorblade wrote: > So. UML is not exact technically, but it's enough for our purposes. Don't > know > whether it may make sense to assign a multicast address to an iface, but I > guess it's more complicate. Yeah, I'm not totally correct on that, but

[uml-devel] Fix for skas-hold-own-ldt

2005-11-09 Thread Jeff Dike
The patch in $SUBJECT had an anonymous union in it, which makes it not compilable in all versions of gcc. The patch below gives the union a name and should make it compile everywhere. This also cleans up the ldt.h symlink mess. Jeff Index: linux-2.6.14/arch/um/Ma