Date: Tue, 31 Oct 2006 16:41:12 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-amd64@freebsd.org Cc: freebsd-emulation@freebsd.org, Kostik Belousov <kib@freebsd.org>, Jung-uk Kim <jkim@freebsd.org> Subject: Re: [kib@freebsd.org: [src] cvs commit: src/sys/amd64/linux32 linux32_sysvec.c] Message-ID: <200610311641.13133.jhb@freebsd.org> In-Reply-To: <200610311558.29598.jkim@FreeBSD.org> References: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> <200610311436.53134.jkim@FreeBSD.org> <200610311558.29598.jkim@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 31 October 2006 15:58, Jung-uk Kim wrote: > On Tuesday 31 October 2006 02:36 pm, Jung-uk Kim wrote: > > I am running full LTP and it seems very promising so far. > > I have run LTP 20060822 against ~1 day old source + the fix. Here are > the results: > > http://people.freebsd.org/~jkim/linux/logfile-amd64.txt > http://people.freebsd.org/~jkim/linux/logfile-amd64-verbose.txt > http://people.freebsd.org/~jkim/linux/notes-amd64.txt Looks like the 'if (*(pathp) == NULL) return (_error);' stuff in LCONVPATH() in linux_util.h isn't working. That would fix the access01 errors since those should be returning EFAULT rather than ENOENT. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610311641.13133.jhb>