From: "\"Kristian F. Høgh\"" <kfh@kfh.dk>
To: xen-devel@lists.sourceforge.net
Subject: Tiny patch: xen and vserver
Date: Tue, 22 Feb 2005 17:12:26 +0100 [thread overview]
Message-ID: <421B59EA.80807@kfh.dk> (raw)
Hi,
This patch makes it possible to run vservers in xen (i386).
There might be security, meltdown and KillAndEatMyDog problems.
It compiles (for me) and I can run vserver start ...
Description:
Add syscall 273: sys_vserver
Include vserver Kconfig
Regards,
Kristian.
Begin xen-vserver.patch
diff -NurpP --minimal arch/xen/i386/kernel/entry.S
arch/xen/i386/kernel/entry.S
--- arch/xen/i386/kernel/entry.S 2004-11-17 23:51:47.000000000 +0100
+++ arch/xen/i386/kernel/entry.S 2004-11-20 16:46:07.000000000 +0100
@@ -1004,7 +1004,7 @@ ENTRY(sys_call_table)
.long sys_tgkill /* 270 */
.long sys_utimes
.long sys_fadvise64_64
- .long sys_ni_syscall /* sys_vserver */
+ .long sys_vserver
.long sys_mbind
.long sys_get_mempolicy
.long sys_set_mempolicy
diff -NurpP --minimal arch/xen/Kconfig arch/xen/Kconfig
--- arch/xen/Kconfig 2004-11-17 23:51:41.000000000 +0100
+++ arch/xen/Kconfig 2004-11-20 16:43:24.000000000 +0100
@@ -159,6 +159,8 @@ source "arch/xen/Kconfig.drivers"
source "fs/Kconfig"
+source "kernel/vserver/Kconfig"
+
source "security/Kconfig"
source "crypto/Kconfig"
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next reply other threads:[~2005-02-22 16:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-22 16:12 "Kristian F. Høgh" [this message]
2005-02-22 21:08 ` Tiny patch: xen and vserver Rik van Riel
2005-02-24 1:40 ` Chris Wright
2005-02-24 12:35 ` Rik van Riel
2005-02-24 15:42 ` Chris Wright
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=421B59EA.80807@kfh.dk \
--to=kfh@kfh.dk \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.