* [uml-devel] Uml PATCH for 2.6.7
@ 2004-06-18 11:48 BlaisorBlade
2004-06-19 15:38 ` Faye Gibbins
0 siblings, 1 reply; 3+ messages in thread
From: BlaisorBlade @ 2004-06-18 11:48 UTC (permalink / raw)
To: user-mode-linux-devel, user-mode-linux-user; +Cc: Jeff Dike
I'm going to upload it ASAP onto my page:
http://www.user-mode-linux.org/~blaisorblade.
I just took 2.6.6-1um (from Jeff Dike, not my older forward ports) and fixed
some rejects (plus I checked the API changes done to arch/um and
include/asm-um and extended them: the only one was this:
- atomic_set(&page->count, 1);
+ set_page_count(page, 1);
which I applied to other users in the UML patch).
It's ready (I've compiled and tested it). There where just 2 easy rejects. It
has some innocous offsets (if it hasn't it will mean I later fixed them). No
functional change in it.
Jeff, would you accept a such patch for the main UML site, if nobody complains
in 2-3 days and we get some success reports?
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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] 3+ messages in thread
* Re: [uml-devel] Uml PATCH for 2.6.7
2004-06-18 11:48 [uml-devel] Uml PATCH for 2.6.7 BlaisorBlade
@ 2004-06-19 15:38 ` Faye Gibbins
2004-06-19 16:56 ` BlaisorBlade
0 siblings, 1 reply; 3+ messages in thread
From: Faye Gibbins @ 2004-06-19 15:38 UTC (permalink / raw)
To: BlaisorBlade; +Cc: user-mode-linux-devel
Hi,
jusr finished compiling with the 2.6.7 patch. Compile died with:
snip---
gcc -Wl,-T,arch/um/uml.lds.s -static -Wl,--wrap,malloc -Wl,--wrap,free
-Wl,--wrap,calloc \
-o linux arch/um/main.o vmlinux -L/usr/lib -lutil
vmlinux(.text+0x617f): In function `mem_init':
arch/um/kernel/mem.c:71: undefined reference to `phys_page'
vmlinux(.init.text+0x3268): In function `kmap_init':
include/asm/pgtable.h:394: undefined reference to `pte_offset'
collect2: ld returned 1 exit status
make: *** [linux] Error 1
snip---
Yours
Faye
This time she's the lesser of two evils.
http://www.morpheux.org
BlaisorBlade wrote:
> I'm going to upload it ASAP onto my page:
>
> http://www.user-mode-linux.org/~blaisorblade.
>
> I just took 2.6.6-1um (from Jeff Dike, not my older forward ports) and fixed
> some rejects (plus I checked the API changes done to arch/um and
> include/asm-um and extended them: the only one was this:
>
> - atomic_set(&page->count, 1);
> + set_page_count(page, 1);
>
> which I applied to other users in the UML patch).
>
> It's ready (I've compiled and tested it). There where just 2 easy rejects. It
> has some innocous offsets (if it hasn't it will mean I later fixed them). No
> functional change in it.
>
> Jeff, would you accept a such patch for the main UML site, if nobody complains
> in 2-3 days and we get some success reports?
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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] 3+ messages in thread
* Re: [uml-devel] Uml PATCH for 2.6.7
2004-06-19 15:38 ` Faye Gibbins
@ 2004-06-19 16:56 ` BlaisorBlade
0 siblings, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2004-06-19 16:56 UTC (permalink / raw)
To: Faye Gibbins; +Cc: user-mode-linux-devel
Alle 17:38, sabato 19 giugno 2004, Faye Gibbins ha scritto:
> Hi,
>
> jusr finished compiling with the 2.6.7 patch. Compile died with:
> gcc -Wl,-T,arch/um/uml.lds.s -static -Wl,--wrap,malloc -Wl,--wrap,free
> -Wl,--wrap,calloc \
> -o linux arch/um/main.o vmlinux -L/usr/lib -lutil
> vmlinux(.text+0x617f): In function `mem_init':
> arch/um/kernel/mem.c:71: undefined reference to `phys_page'
> vmlinux(.init.text+0x3268): In function `kmap_init':
> include/asm/pgtable.h:394: undefined reference to `pte_offset'
> collect2: ld returned 1 exit status
> make: *** [linux] Error 1
Don't enable CONFIG_HIGHMEM, it's probably again broken (but it's should not
be my fault - if it works with the 2.6.6 patch and same config, complain
again with me). However I've already seen it somewhere, so I don't think to
be at fault. I've checked that both errors come from CONFIG_HIGHMEM actually.
Bye
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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] 3+ messages in thread
end of thread, other threads:[~2004-06-19 16:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 11:48 [uml-devel] Uml PATCH for 2.6.7 BlaisorBlade
2004-06-19 15:38 ` Faye Gibbins
2004-06-19 16:56 ` BlaisorBlade
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.