From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 1 00:46:10 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E048816A40F for ; Wed, 1 Nov 2006 00:46:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D5043D7B for ; Wed, 1 Nov 2006 00:46:10 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id kA10k9ak096107; Tue, 31 Oct 2006 19:46:09 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Tue, 31 Oct 2006 19:45:53 -0500 User-Agent: KMail/1.6.2 References: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> <200610311558.29598.jkim@FreeBSD.org> <20061101013444.7df5fb47@Magellan.Leidinger.net> In-Reply-To: <20061101013444.7df5fb47@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200610311945.56003.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/2135/Tue Oct 31 16:57:40 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger Subject: Re: [kib@freebsd.org: [src] cvs commit: src/sys/amd64/linux32 linux32_sysvec.c] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 00:46:11 -0000 On Tuesday 31 October 2006 07:34 pm, Alexander Leidinger wrote: > Quoting Jung-uk Kim (Tue, 31 Oct 2006 15:58:26 -0500): > > 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: > > Can you please run the 20061017 LTP? I cannot build LTP because gmake core dumps, i.e., TLS is missing for amd64. Can you update your LTP tarball? Is your TLS patch for amd64 in p4 tree functional? Jung-uk Kim