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
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
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
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
> +++
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