Re: [uml-devel] actually useful backtrace from a CPU-chewing hang

2008-04-26 Thread Nix
On 25 Apr 2008, [EMAIL PROTECTED] uttered the following: > On 25 Apr 2008, [EMAIL PROTECTED] told this: > >> I suspect this can go wrong anywhere, but it happens to have been a >> CBQ-triggered gettimeofday() while sending an arp that did it. (My ADSL >> router pretty much bombs the poor damn mach

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

2008-04-26 Thread WANG Cong
From: Jeff Dike <[EMAIL PROTECTED]> Date: Fri, 25 Apr 2008 13:56:06 -0400 > Restructure the stub management code to make it simpler. > > syscall_stub_done is extracted from do_syscall_stub. > > The counters are gone since I never looked at them. > > The common code in run_syscall_stub and syscal

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

2008-04-26 Thread WANG Cong
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 arrays of longs to structures. Could you please explain a bit why do this? I think long arrary is OK. Thanks. Con

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

2008-04-26 Thread WANG Cong
From: Jeff Dike <[EMAIL PROTECTED]> Date: Fri, 25 Apr 2008 13:56:09 -0400 > There's no reason for the _kern in hppfs_kern.c, so move it to hppfs.c. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> > --- > fs/hppfs/Makefile |6 > fs/hppfs/hppfs.c | 771 > +++

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

2008-04-26 Thread WANG Cong
From: Jeff Dike <[EMAIL PROTECTED]> Date: Fri, 25 Apr 2008 13:56:09 -0400 > hppfs tidying and fixes noticed during hch's get_inode work - > style fixes > a copy_to_user got its return value checked > hppfs_write no longer fiddles file->f_pos because it gets and > returns pos in it