From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 12 14:54:35 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD77106564A for ; Sat, 12 Apr 2008 14:54:35 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 79A0B8FC1E for ; Sat, 12 Apr 2008 14:54:34 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1D87867C4BA; Sat, 12 Apr 2008 16:54:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yrz9bwPe3k+y; Sat, 12 Apr 2008 16:54:02 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 95C3667C516; Sat, 12 Apr 2008 16:54:02 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m3CEs2l7004192; Sat, 12 Apr 2008 16:54:02 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 12 Apr 2008 16:54:01 +0200 From: Roman Divacky To: Chagin Dmitry Message-ID: <20080412145401.GA4139@freebsd.org> References: <20080412181712.Y38920@ora.chd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080412181712.Y38920@ora.chd.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Call for review && test: linux_kdump-1.6 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: Sat, 12 Apr 2008 14:54:35 -0000 On Sat, Apr 12, 2008 at 06:49:58PM +0400, Chagin Dmitry wrote: > > Hello All, > > it here: http://81.200.6.196/linux_kdump-1.6.tar.gz > > That new: > 1) Functionality from kdump(1) except for ktr_user is transferred > 2) Rewrited ktr_sysret for correct Linux errno processing (look below) > 3) Added mksubr > > Known bugs and limitations: > 1) Some code are ugly and i mark it "XXX" > 2) I can't test all syscalls and in kdump.c i mark it "NOT TESTED" > 3) Probably, we have incorrect errno processing in ktr_sysret for syscalls > that return EJUSTRETURN, like linux_rt_sigreturn? thnx for the great work! > And question: whether i can add to linuxolator some ktr_struct > functionality? sure... please provide a patch and I'll take care about it. thnx! roman