Date: Thu, 9 Nov 2006 19:17:34 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: Re: PERFORCE change 109655 for review Message-ID: <200611091917.37816.jkim@FreeBSD.org> In-Reply-To: <200611100000.kAA00Ueu048575@repoman.freebsd.org> References: <200611100000.kAA00Ueu048575@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 09 November 2006 07:00 pm, Jung-uk Kim wrote: > http://perforce.freebsd.org/chv.cgi?CH=109655 > > Change 109655 by jkim@jkim_hammer on 2006/11/09 23:59:35 > > - Move linux_nanosleep() from amd64/linux32 to linux_time.c. > - Validate timespec before use as Linux kernel does. > - Fix l_timespec structure. > - Clean up styles. > > This fixes LTP test case nanosleep04 (at least on amd64). > Note the test was not really blocked. Negative -> unsigned long > casting made huge number and it was normally(!) sleeping very long > time. ;-) After this change, there only five test cases to fix to run LTP without user intervention. They are all blocked in msgwait state and I don't know how to fix them. In fact, I think Linux msgsnd/msgrcv don't work at all (at least on amd64). :-( Jung-uk Kim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611091917.37816.jkim>