From owner-freebsd-amd64@FreeBSD.ORG Tue Oct 31 22:55:49 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E495216A53A; Tue, 31 Oct 2006 22:55:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC10E43D53; Tue, 31 Oct 2006 22:55:48 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9VMtjX8094998; Tue, 31 Oct 2006 17:55:45 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Tue, 31 Oct 2006 16:41:12 -0500 User-Agent: KMail/1.9.1 References: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> <200610311436.53134.jkim@FreeBSD.org> <200610311558.29598.jkim@FreeBSD.org> In-Reply-To: <200610311558.29598.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610311641.13133.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 31 Oct 2006 17:55:46 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2135/Tue Oct 31 16:57:40 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-emulation@freebsd.org, Kostik Belousov , Jung-uk Kim Subject: Re: [kib@freebsd.org: [src] cvs commit: src/sys/amd64/linux32 linux32_sysvec.c] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 22:55:50 -0000 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