2003-07-26 21:30:42

by Jeff Dike

[permalink] [raw]
Subject: uml-patch-2.6.0-test1

This patch updates UML to 2.6.0-test1. There are no functional changes.

The 2.6.0-test1 UML patch is available at
http://jdike.stearns.org/mirror/uml-patch-2.6.0-test1.bz2

For the other UML mirrors and other downloads, see
http://user-mode-linux.sourceforge.net/dl-sf.html

Other links of interest:

The UML project home page : http://user-mode-linux.sourceforge.net
The UML Community site : http://usermodelinux.org

Jeff


2003-07-26 21:42:02

by Henrik Nordstrom

[permalink] [raw]
Subject: Re: [uml-devel] uml-patch-2.6.0-test1

On Sat, 26 Jul 2003, Jeff Dike wrote:

> This patch updates UML to 2.6.0-test1. There are no functional changes.

What is the current status of UML for 2.6? As usable as the 2.4 (barring
generic kernel issues) or is there areas still neeed to be looked into for
the UML port to 2.6?

Any news on the possibility of having more of UML merged into the 2.6
tree? Would be a pity if the release contains a UML architecture which is
not working well..

Regards
Henrik

2003-07-27 00:15:58

by Jeff Dike

[permalink] [raw]
Subject: Re: [uml-devel] uml-patch-2.6.0-test1

[email protected] said:
> As usable as the 2.4 (barring generic kernel issues)

Generally, yes, but...

> or is there areas
> still neeed to be looked into for the UML port to 2.6?

... I've fallen behind on some areas, like
modules
hugetlbfs
networking doesn't work for some reason
vsyscalls and sysenter
and probably a few other things which aren't coming to mind

> Any news on the possibility of having more of UML merged into the 2.6
> tree?

Linus isn't taking my patches. I'll give him one more try, then see if I
can get them in through akpm.

Jeff

2003-07-28 02:25:15

by steven james

[permalink] [raw]
Subject: Re: [uml-devel] uml-patch-2.6.0-test1

Greetings,

I got networking going (at least for the switch daemon) by commenting out
dev->hard_header = uml_net_hard_header;
in eth_configure. Might or might not be 'right', but it works anyway.

G'day,
sjames



On Sat, 26 Jul 2003, Jeff Dike wrote:

> [email protected] said:
> > As usable as the 2.4 (barring generic kernel issues)
>
> Generally, yes, but...
>
> > or is there areas
> > still neeed to be looked into for the UML port to 2.6?
>
> ... I've fallen behind on some areas, like
> modules
> hugetlbfs
> networking doesn't work for some reason
> vsyscalls and sysenter
> and probably a few other things which aren't coming to mind
>
> > Any news on the possibility of having more of UML merged into the 2.6
> > tree?
>
> Linus isn't taking my patches. I'll give him one more try, then see if I
> can get them in through akpm.
>
> Jeff
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> User-mode-linux-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
>

--
-------------------------steven james, director of research, linux labs
... ........ ..... .... 230 peachtree st nw ste 2701
the original linux labs atlanta.ga.us 30303
-since 1995 http://www.linuxlabs.com
office 404.577.7747 fax 404.577.7743
-----------------------------------------------------------------------


2003-08-15 19:39:47

by Jeff Dike

[permalink] [raw]
Subject: Re: [uml-devel] uml-patch-2.6.0-test1

[email protected] said:
> I got networking going (at least for the switch daemon) by commenting
> out dev->hard_header = uml_net_hard_header;

I also got rid of the other do-nothing procedures in that chunk of code.
The 2.6 UML will have a working network in the next release.

Jeff