linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* uml-patch-2.6.0-test1
@ 2003-07-26 21:48 Jeff Dike
  2003-07-26 21:57 ` [uml-devel] uml-patch-2.6.0-test1 Henrik Nordstrom
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2003-07-26 21:48 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel

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


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

* Re: [uml-devel] uml-patch-2.6.0-test1
  2003-07-26 21:48 uml-patch-2.6.0-test1 Jeff Dike
@ 2003-07-26 21:57 ` Henrik Nordstrom
  2003-07-27  0:34   ` Jeff Dike
  0 siblings, 1 reply; 5+ messages in thread
From: Henrik Nordstrom @ 2003-07-26 21:57 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel, user-mode-linux-devel

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


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

* Re: [uml-devel] uml-patch-2.6.0-test1
  2003-07-26 21:57 ` [uml-devel] uml-patch-2.6.0-test1 Henrik Nordstrom
@ 2003-07-27  0:34   ` Jeff Dike
  2003-07-27 19:26     ` steven james
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2003-07-27  0:34 UTC (permalink / raw)
  To: Henrik Nordstrom; +Cc: linux-kernel, user-mode-linux-devel

hno@marasystems.com 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


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

* Re: [uml-devel] uml-patch-2.6.0-test1
  2003-07-27  0:34   ` Jeff Dike
@ 2003-07-27 19:26     ` steven james
  2003-08-15 19:45       ` Jeff Dike
  0 siblings, 1 reply; 5+ messages in thread
From: steven james @ 2003-07-27 19:26 UTC (permalink / raw)
  To: Jeff Dike; +Cc: Henrik Nordstrom, linux-kernel, user-mode-linux-devel

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:

> hno@marasystems.com 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
> User-mode-linux-devel@lists.sourceforge.net
> 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
-----------------------------------------------------------------------



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

* Re: [uml-devel] uml-patch-2.6.0-test1
  2003-07-27 19:26     ` steven james
@ 2003-08-15 19:45       ` Jeff Dike
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Dike @ 2003-08-15 19:45 UTC (permalink / raw)
  To: steven james; +Cc: Henrik Nordstrom, linux-kernel, user-mode-linux-devel

pyro@linuxlabs.com 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


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

end of thread, other threads:[~2003-08-15 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-26 21:48 uml-patch-2.6.0-test1 Jeff Dike
2003-07-26 21:57 ` [uml-devel] uml-patch-2.6.0-test1 Henrik Nordstrom
2003-07-27  0:34   ` Jeff Dike
2003-07-27 19:26     ` steven james
2003-08-15 19:45       ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).