From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 6 08:02:50 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4FC2106566B; Wed, 6 Apr 2011 08:02:50 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (mail.vx.sk [IPv6:2a01:4f8:100:1043::3]) by mx1.freebsd.org (Postfix) with ESMTP id 476038FC12; Wed, 6 Apr 2011 08:02:50 +0000 (UTC) Received: from core.vx.sk (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 3FBBE12C761; Wed, 6 Apr 2011 10:02:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk ([127.0.0.1]) by core.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ECZ3c07x6mCu; Wed, 6 Apr 2011 10:02:47 +0200 (CEST) Received: from [10.0.3.3] (188-167-50-235.dynamic.chello.sk [188.167.50.235]) by mail.vx.sk (Postfix) with ESMTPSA id 4C34112C759; Wed, 6 Apr 2011 10:02:46 +0200 (CEST) Message-ID: <4D9C1E26.1020802@FreeBSD.org> Date: Wed, 06 Apr 2011 10:02:46 +0200 From: Martin Matuska User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: Michael Moll References: <20110310185423.GA50419@alchemy.franken.de> <20110319152838.GA8594@alchemy.franken.de> <20110321175632.GA19345@darkthrone.kvedulv.de> <20110321175933.GD2086@garage.freebsd.pl> <20110322191117.GH15528@alchemy.franken.de> <20110325155735.GG82490@darkthrone.kvedulv.de> <20110326143109.GU15528@alchemy.franken.de> <4D8FBEDE.8060100@FreeBSD.org> <20110328141922.GE1961@darkthrone.kvedulv.de> In-Reply-To: <20110328141922.GE1961@darkthrone.kvedulv.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Roger Hammerstein , pjd@freebsd.org, freebsd-sparc64@freebsd.org, Marius Strobl Subject: Re: sparc64 hang with zfs v28 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 08:02:50 -0000 Starting April, 9th I will be on a vacation for 3 weeks and by now I had not much time/opportunities to completely fix this problem for sparc64 (one of my biggest problems is lack of testing). We have two options: - submit my patch now and competely fix the problem later - somebody else with testing capabilities takes a look at it and fixes the last part Cheers, mm Dňa 28.03.2011 16:19, Michael Moll wrote / napísal(a): > Hi, > > On Mon, Mar 28, 2011 at 12:49:02AM +0200, Martin Matuska wrote: >> I have rewritten parts of my compat code considering the patches from >> marius and adding some more stuff. >> >> http://people.freebsd.org/~mm/patches/zfs/zfs_ioctl_compat_bugfix.patch > Works for me (except the already described "Assertion failed: > (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0), file > /usr/current/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c, > line 650." when using v15 binaries with a v28 kernel). > > Regards