* [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
@ 2004-02-19 3:45 Keith Bjorndahl
0 siblings, 0 replies; 7+ messages in thread
From: Keith Bjorndahl @ 2004-02-19 3:45 UTC (permalink / raw)
To: user-mode-linux-devel
I went at it another way and also failed...
I tried to take my skas-patched 2.4.24 and apply the 2.4.25 patch to it.
On compilation, the changes to process.c appear to break the skas patch.
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
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] 7+ messages in thread
* [uml-devel] skas3 patch fails against vanilla-2.4.25
@ 2004-02-18 16:00 Patrick Moor
2004-02-19 20:27 ` [uml-devel] " Sven Köhler
0 siblings, 1 reply; 7+ messages in thread
From: Patrick Moor @ 2004-02-18 16:00 UTC (permalink / raw)
To: user-mode-linux-devel
hello
>patching file arch/i386/kernel/ldt.c
>Hunk #1 FAILED at 24.
i could manually correct this one
>patching file arch/i386/kernel/process.c
>Hunk #1 FAILED at 551.
>Hunk #2 FAILED at 568.
>...
>patching file include/asm-i386/processor.h
>Hunk #1 FAILED at 436.
but these two i couldn't fix.
("copy_segments" function seems to be gone)
anyone any ideas?
thanks
patrick
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
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] 7+ messages in thread* [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
2004-02-18 16:00 [uml-devel] " Patrick Moor
@ 2004-02-19 20:27 ` Sven Köhler
2004-02-20 10:12 ` Gerd Knorr
2004-02-20 17:10 ` Goetz Bock
0 siblings, 2 replies; 7+ messages in thread
From: Sven Köhler @ 2004-02-19 20:27 UTC (permalink / raw)
To: user-mode-linux-devel
> but these two i couldn't fix.
> ("copy_segments" function seems to be gone)
Bad news:
I applied the 2.6.3-rc2 patch to a 2.6.3 kernel. This patch cleanly
applies and i can compile a UML-kernel.
Than i applied the SKAS-patch by Gerd Knorr from
http://www.suse.de/~kraxel/uml/patches/
and guess what happened when i tried to compile my host-kernel:
LD .tmp_vmlinux1
mm/built-in.o(.text+0x1d86f): In function `write_proc_mm':
: undefined reference to `mm_copy_segments'
make: *** [.tmp_vmlinux1] Error 1
So the copy_segments function has been removed from 2.4.25 and 2.6.3.
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
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] 7+ messages in thread* [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
2004-02-19 20:27 ` [uml-devel] " Sven Köhler
@ 2004-02-20 10:12 ` Gerd Knorr
2004-02-20 12:30 ` Sven Köhler
2004-02-20 17:10 ` Goetz Bock
1 sibling, 1 reply; 7+ messages in thread
From: Gerd Knorr @ 2004-02-20 10:12 UTC (permalink / raw)
To: Sven Köhler, user-mode-linux-devel
Sven Köhler <skoehler@upb.de> writes:
> Than i applied the SKAS-patch by Gerd Knorr from
> http://www.suse.de/~kraxel/uml/patches/
> and guess what happened when i tried to compile my host-kernel:
>
> LD .tmp_vmlinux1
> mm/built-in.o(.text+0x1d86f): In function `write_proc_mm':
You didn't apply the second patch, did you?
Gerd
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op�k
_______________________________________________
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] 7+ messages in thread
* [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
2004-02-20 10:12 ` Gerd Knorr
@ 2004-02-20 12:30 ` Sven Köhler
2004-02-20 12:54 ` Gerd Knorr
0 siblings, 1 reply; 7+ messages in thread
From: Sven Köhler @ 2004-02-20 12:30 UTC (permalink / raw)
To: Gerd Knorr; +Cc: user-mode-linux-devel
> You didn't apply the second patch, did you?
Should i?
The description of the second path was:
Various fixups to make the whole tree build for all
architectures.
So i thought it is to make it compile on PPC or whatever.
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
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] 7+ messages in thread
* [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
2004-02-20 12:30 ` Sven Köhler
@ 2004-02-20 12:54 ` Gerd Knorr
2004-02-20 13:19 ` Sven Köhler
0 siblings, 1 reply; 7+ messages in thread
From: Gerd Knorr @ 2004-02-20 12:54 UTC (permalink / raw)
To: Sven Köhler; +Cc: user-mode-linux-devel
On Fri, Feb 20, 2004 at 01:30:54PM +0100, Sven Köhler wrote:
> >You didn't apply the second patch, did you?
>
> Should i?
Yes.
> The description of the second path was:
> Various fixups to make the whole tree build for all
> architectures.
>
> So i thought it is to make it compile on PPC or whatever.
"all architectures" includes both ppc and i386 ;)
Gerd
--
Es geht darum, daß ein Haufen Scriptkiddies gerade dabei sind, USENET in
Bunt neu zu erfinden, und sie derzeit einen Haufen Fehler neu machen,
die schon seit 20 Jahren nicht mehr Gegenstand der Forschung sind.
-- Kristian Köhntopp über blogs und blogger
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&opÌk
_______________________________________________
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] 7+ messages in thread
* Re: [uml-devel] Re: skas3 patch fails against vanilla-2.4.25
2004-02-19 20:27 ` [uml-devel] " Sven Köhler
2004-02-20 10:12 ` Gerd Knorr
@ 2004-02-20 17:10 ` Goetz Bock
1 sibling, 0 replies; 7+ messages in thread
From: Goetz Bock @ 2004-02-20 17:10 UTC (permalink / raw)
To: user-mode-linux-devel
On Thu, Feb 19 '04 at 21:27, Sven K?hler wrote:
> >but these two i couldn't fix.
> >("copy_segments" function seems to be gone)
>
> Bad news:
>
> I applied the 2.6.3-rc2 patch to a 2.6.3 kernel. This patch cleanly
> applies and i can compile a UML-kernel.
Sorry to hear you have problems patcing 2.6.3, but what about posting
with a different subject (and with out a In-Reply-To: header) if it has
nothing to do with the problem desribed in the subject line.
Sorry, but I was hoping for a solution to the problem in the Subject
line.
--
/"\ Goetz Bock at blacknet dot de -- secure mobile Linux everNETting
\ / (c) 2004 as GNU FDL 1.1
X [ 1. Use descriptive subjects - 2. Edit a reply for brevity - ]
/ \ [ 3. Reply to the list - 4. Read the archive *before* you post ]
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
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] 7+ messages in thread
end of thread, other threads:[~2004-02-20 17:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-19 3:45 [uml-devel] Re: skas3 patch fails against vanilla-2.4.25 Keith Bjorndahl
-- strict thread matches above, loose matches on Subject: below --
2004-02-18 16:00 [uml-devel] " Patrick Moor
2004-02-19 20:27 ` [uml-devel] " Sven Köhler
2004-02-20 10:12 ` Gerd Knorr
2004-02-20 12:30 ` Sven Köhler
2004-02-20 12:54 ` Gerd Knorr
2004-02-20 13:19 ` Sven Köhler
2004-02-20 17:10 ` Goetz Bock
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.