* [uml-devel] 2.4.23aa1
@ 2003-12-11 16:52 D. Bahi
2003-12-11 19:33 ` [uml-devel] getting Arcangeli's patches (was: 2.4.23aa1) BlaisorBlade
2003-12-11 19:34 ` [uml-devel] 2.4.23aa1 BlaisorBlade
0 siblings, 2 replies; 3+ messages in thread
From: D. Bahi @ 2003-12-11 16:52 UTC (permalink / raw)
To: user-mode-linux-devel
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
does anybody here use or know about Andrea Arcangeli's patchset
that includes UML?
i'm wondering how upto/outof date it is - and if it incorporates
both the uml-patch and the host-skas patch set in one....
http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.23aa1/
[ ] 50_uml-patch-2.4.20-..> 04-Dec-2003 15:21 170k
[ ] 50_uml-patch-2.4.20-..> 04-Dec-2003 15:21 1k
[ ] 50_uml-patch-2.4.20-..> 04-Dec-2003 15:21 220k
[ ] 50_uml-patch-2.4.20-..> 04-Dec-2003 15:21 1k
[ ] 50_uml-patch-2.4.20-..> 04-Dec-2003 15:21 1k
[ ] 51_uml-aa-14 27-Jul-2003 18:45 6k
[ ] 51_uml-o1-5 07-Jun-2003 07:21 10k
[ ] 52_alloc_pages-1 30-Mar-2002 12:21 1k
[ ] 52_uml-sys-read-write-5 13-Feb-2003 20:20 1k
[ ] 53_uml-cache-shift-1 05-Sep-2002 17:08 1k
[ ] 54_uml-sa_interrupt-1 31-Aug-2001 18:00 1k
[ ] 55_uml-highmem-1 16-Nov-2002 22:22 1k
[ ] 56_uml-pte-highmem-7 09-Jun-2003 10:50 7k
[ ] 57_uml-kernel-thread-1 29-May-2003 02:11 1k
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] getting Arcangeli's patches (was: 2.4.23aa1)
2003-12-11 16:52 [uml-devel] 2.4.23aa1 D. Bahi
@ 2003-12-11 19:33 ` BlaisorBlade
2003-12-11 19:34 ` [uml-devel] 2.4.23aa1 BlaisorBlade
1 sibling, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2003-12-11 19:33 UTC (permalink / raw)
To: user-mode-linux-devel
Alle 17:52, giovedì 11 dicembre 2003, D. Bahi ha scritto:
> does anybody here use or know about Andrea Arcangeli's patchset
> that includes UML?
>
> i'm wondering how upto/outof date it is - and if it incorporates
You can see that the version number is 2.4.20-5. (By looking at the complete
filename of the skas patch).
A bit outdated, actually.
But the other patches could be interesting for Jeff to take into his tree...
the names seem to mean that he fixed highmem support and a lot of other
things...
> both the uml-patch and the host-skas patch set in one....
>
I don't know... but the question is actually meaningless anyway. I.e. every
UML patch includes the SKAS patch, but it's useful for when you run a UML
inside another UML: this outer one will have the SKAS support for the inner
one. So you need the separate SKAS patch.
You need two separate kernel trees, or you won't be able to build a kernel.
For space consumption, you can get a vanilla tree(please clean it before doing
this, or you'll copy built files and waste time and space for this) in one
place(let's say /usr/src/linux), and do this:
cd /usr/src
cp -al linux linuxUm(note that the second folder MUST be on the same
partition; this command will create hardlink instead of copy, i.e. it will
consume no space; anyway, patch will patch only one tree, since it creates a
new file, which is no more a hardlink).
cd linuxUm
<apply the UML patch>
cd ../linux
<apply the SKAS patch>
Bye
--
cat <<EOSIGN
Paolo Giarrusso, aka Blaisorblade
Linux Kernel 2.4.21/2.6.0-test on an i686; Linux registered user n. 292729
EOSIGN
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 3+ messages in thread
* Re: [uml-devel] 2.4.23aa1
2003-12-11 16:52 [uml-devel] 2.4.23aa1 D. Bahi
2003-12-11 19:33 ` [uml-devel] getting Arcangeli's patches (was: 2.4.23aa1) BlaisorBlade
@ 2003-12-11 19:34 ` BlaisorBlade
1 sibling, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2003-12-11 19:34 UTC (permalink / raw)
To: user-mode-linux-devel
Alle 17:52, giovedì 11 dicembre 2003, D. Bahi ha scritto:
> does anybody here use or know about Andrea Arcangeli's patchset
> that includes UML?
>
> i'm wondering how upto/outof date it is - and if it incorporates
> both the uml-patch and the host-skas patch set in one....
>
> http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.23
>aa1/
The other UML-related patches he includes could be interesting for Jeff to
take into his tree... the names seem to mean that he fixed highmem support
and a lot of other things... Jeff, what do you think of them?
> [ ] 51_uml-aa-14 27-Jul-2003 18:45 6k
> [ ] 51_uml-o1-5 07-Jun-2003 07:21 10k
> [ ] 52_alloc_pages-1 30-Mar-2002 12:21 1k
> [ ] 52_uml-sys-read-write-5 13-Feb-2003 20:20 1k
> [ ] 53_uml-cache-shift-1 05-Sep-2002 17:08 1k
> [ ] 54_uml-sa_interrupt-1 31-Aug-2001 18:00 1k
> [ ] 55_uml-highmem-1 16-Nov-2002 22:22 1k
> [ ] 56_uml-pte-highmem-7 09-Jun-2003 10:50 7k
[Note these 2 especially!]
> [ ] 57_uml-kernel-thread-1 29-May-2003 02:11 1k
Bye
--
cat <<EOSIGN
Paolo Giarrusso, aka Blaisorblade
Linux Kernel 2.4.21/2.6.0-test on an i686; Linux registered user n. 292729
EOSIGN
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 3+ messages in thread
end of thread, other threads:[~2003-12-11 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-11 16:52 [uml-devel] 2.4.23aa1 D. Bahi
2003-12-11 19:33 ` [uml-devel] getting Arcangeli's patches (was: 2.4.23aa1) BlaisorBlade
2003-12-11 19:34 ` [uml-devel] 2.4.23aa1 BlaisorBlade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox