Re: [uml-devel] [PATCH 11/19] UML - Track and make up lost ticks

2008-04-29 Thread Jeff Dike
On Tue, Apr 29, 2008 at 07:54:02PM +0100, Nix wrote: > On 25 Apr 2008, Jeff Dike stated, in part: > > Index: linux-2.6-git/arch/um/os-Linux/time.c > > === > > --- linux-2.6-git.orig/arch/um/os-Linux/time.c 2008-04-25 > > 10:42:12

Re: [uml-devel] [PATCH 11/19] UML - Track and make up lost ticks

2008-04-29 Thread Nix
On 25 Apr 2008, Jeff Dike stated, in part: > Index: linux-2.6-git/arch/um/os-Linux/time.c > === > --- linux-2.6-git.orig/arch/um/os-Linux/time.c2008-04-25 > 10:42:12.0 -0400 > +++ linux-2.6-git/arch/um/os-Linux/time.c

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-29 Thread Jeff Dike
On Wed, Apr 30, 2008 at 12:15:26AM +0800, Peter Teoh wrote: > > Looks right to me. > > > > I'm suspecting that Makefile is mangled somehow. Does git-diff show > > it as being changed? The md5sum I have here is > > > >md5sum arch/um/Makefile > >9088cdab1c0b725568e8f269636dc6df arch/um/M

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-29 Thread Peter Teoh
On 4/29/08, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 08:02:06PM +0800, Peter Teoh wrote: > > ErhI don't understand, is there something specifically called > > "UML" with a version to it? > > > What I meant was the kernel version. > > > > /mnt/hd0/download/linux-2.6-late

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-29 Thread Jeff Dike
On Tue, Apr 29, 2008 at 08:02:06PM +0800, Peter Teoh wrote: > ErhI don't understand, is there something specifically called > "UML" with a version to it? What I meant was the kernel version. > /mnt/hd0/download/linux-2.6-latest>cat include/config/kernel.release > 2.6.25 > > Is this the corre

Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.

2008-04-29 Thread Peter Teoh
On Tue, Apr 29, 2008 at 2:55 AM, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 11:53:48PM +0800, Peter Teoh wrote: > > What is the following errors: > > > > make defconfig ARCH=um > > /sda4/download/linux_linus/linux-2.6/arch/um/Makefile:100: *** missing > > separator. Stop.

Re: [uml-devel] [PATCH 9/19] UML - Tidy ptrace interface

2008-04-29 Thread WANG Cong
On Mon, 28 Apr 2008, Jeff Dike wrote: > On Sat, Apr 26, 2008 at 05:35:38PM +0800, WANG Cong wrote: >> From: Jeff Dike <[EMAIL PROTECTED]> >> Date: Fri, 25 Apr 2008 13:56:10 -0400 >> > Tidy the ptrace interface code. Removed a bunch of unused macros. >> > Started converting register sets from arra

Re: [uml-devel] [PATCH 7/19] UML - Move hppfs_kern.c to hppfs.c

2008-04-29 Thread WANG Cong
On Mon, 28 Apr 2008, Jeff Dike wrote: > On Sat, Apr 26, 2008 at 05:17:55PM +0800, WANG Cong wrote: >> > +static struct inode *get_inode(struct super_block *, struct dentry *); >> > + >> > +struct hppfs_data { >> > + struct list_head list; >> > + char contents[PAGE_SIZE - sizeof(struct list_head)

Re: [uml-devel] [PATCH 6/19] UML - hppfs fixes

2008-04-29 Thread WANG Cong
On Mon, 28 Apr 2008, Jeff Dike wrote: > On Sat, Apr 26, 2008 at 04:31:32PM +0800, WANG Cong wrote: >> > + rem = copy_to_user(buf, &data->contents[off], count); >> > + *ppos += count - rem; >> > + if (rem > 0) >> > + return -EFAULT; >> >> Could you pleas

Re: [uml-devel] [PATCH 2/19] UML - Tidy stub management code

2008-04-29 Thread WANG Cong
On Mon, 28 Apr 2008, Jeff Dike wrote: > On Sat, Apr 26, 2008 at 06:01:12PM +0800, WANG Cong wrote: >> > + /* >> > + * When the stub stops, we find the following values on the >> > + * beginning of the stack: >> > + * (long) return_value >> > + * (long) offset to failed sycall data (0 if n