From: Joel Soete <soete.joel@tiscali.be>
To: Matthew Wilcox <matthew@wil.cx>
Cc: parisc-linux <parisc-linux@parisc-linux.org>
Subject: Re: [parisc-linux] Linux-Vserver?
Date: Sat, 10 Dec 2005 22:06:58 +0000 [thread overview]
Message-ID: <439B5182.2010306@tiscali.be> (raw)
In-Reply-To: <IQVT5V$E9AC9B07E4AC628ABC4B6531981DFB7F@scarlet.be>
Hello all,
Just a small update, till now:
o latest patch-2.6.14.3-vs2.1.0-rc10.diff against our latest 2.6.14
(cvs dated 20051111) merged with upstream patch-2.6.14.3.bz2 boot
fine on c110, d380 (32bit up).
o and preliminary testme.sh-0.14 finaly passed with success on the c110
(just need a small patch of util-vserver_0.30.209)
# ./testme.sh-0.14
Linux-VServer Test [V0.14] Copyright (C) 2003-2005 H.Poetzl
chcontext is working.
chbind is working.
Linux 2.6.14.3-vs2.1.0-rc10-pa0-c110 parisc/0.30.209/0.30.209 [Ea] (0)
VCI: 0002:0001 263 03000116
---
[000]# succeeded.
[001]# succeeded.
[011]# succeeded.
[031]# succeeded.
[101]# succeeded.
[102]# succeeded.
[201]# succeeded.
[202]# succeeded.
;-)
Hope now to be able to go further next week.
Joel Soete wrote:
[...]
Matthew,
(don't know if you're still the maintainer of this stuff)
but any way have you some good advise about following:
>
> PS: btw I just read:
> --- linux-2.6.14.2/arch/parisc/kernel/sys_parisc32.c 2005-06-22 02:37:56 +0200
> +++ linux-2.6.14.2-vs2.1.0-rc8/arch/parisc/kernel/sys_parisc32.c
> 2005-10-29 04:06:52 +0200
> @@ -657,6 +657,7 @@ asmlinkage int sys32_sysinfo(struct sysi
>
> do {
> seq = read_seqbegin(&xtime_lock);
> + /* FIXME requires vx virtualization */
> val.uptime = jiffies / HZ;
>
> val.loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT);
> ====<>====
>
> according to the comment:
> /* We used to call sys_sysinfo and translate the result. But sys_sysinfo
> * undoes the good work done elsewhere, and rather than undoing the
> * damage, I decided to just duplicate the code from sys_sysinfo here.
> */
>
> could it be look like as in kernel/timer.c:
> @@ -1263,6 +1273,8 @@ asmlinkage long sys_sysinfo(struct sysin
> tp.tv_nsec = tp.tv_nsec - NSEC_PER_SEC;
> tp.tv_sec++;
> }
> + if (vx_flags(VXF_VIRT_UPTIME, 0))
> + vx_vsi_uptime(&tp, NULL);
> val.uptime = tp.tv_sec + (tp.tv_nsec ? 1 : 0);
>
> val.loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT);
> ====<>====
>
Tia,
Joel
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
parent reply other threads:[~2005-12-10 22:06 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <IQVT5V$E9AC9B07E4AC628ABC4B6531981DFB7F@scarlet.be>]
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=439B5182.2010306@tiscali.be \
--to=soete.joel@tiscali.be \
--cc=matthew@wil.cx \
--cc=parisc-linux@parisc-linux.org \
/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.