From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 27 22:49:08 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 F1486106566C; Sun, 27 Mar 2011 22:49:06 +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 BD15E8FC12; Sun, 27 Mar 2011 22:49:05 +0000 (UTC) Received: from core.vx.sk (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id E4AAC1481E9; Mon, 28 Mar 2011 00:49:04 +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 TX2a-ukn+FZE; Mon, 28 Mar 2011 00:49:02 +0200 (CEST) Received: from [10.9.8.1] (chello085216231078.chello.sk [85.216.231.78]) by mail.vx.sk (Postfix) with ESMTPSA id B0A631481D6; Mon, 28 Mar 2011 00:49:01 +0200 (CEST) Message-ID: <4D8FBEDE.8060100@FreeBSD.org> Date: Mon, 28 Mar 2011 00:49:02 +0200 From: Martin Matuska User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sk; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Marius Strobl References: <20110307192239.GA31314@alchemy.franken.de> <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> In-Reply-To: <20110326143109.GU15528@alchemy.franken.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Roger Hammerstein , pjd@freebsd.org, freebsd-sparc64@freebsd.org 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: Sun, 27 Mar 2011 22:49:08 -0000 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 Dňa 26.03.2011 15:31, Marius Strobl wrote / napísal(a): > On Fri, Mar 25, 2011 at 04:57:35PM +0100, Michael Moll wrote: >> Hi, >> >> On Tue, Mar 22, 2011 at 08:11:17PM +0100, Marius Strobl wrote: >>> With the attached patch at least my simple >>> test cases works again. >> >> OK, I decided to upgrade one of my boxes completely and with the patch >> it also works for me when doing an installworld immediately after >> installing the new kernel without reboot. >> >> However, the non-working v15<->v28 compatibility is IMHO a showstopper >> for MFCing v28. >> > > Due to lack of knowledge about the inner works of ZFS I think that > problem is beyond me. I could imagine that it's due to the endian > conversion being done twice but I think in that case it should > fail way earlier the game ... > > Marius >