From owner-freebsd-current@FreeBSD.ORG Sun Jul 26 09:03:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330CE106564A; Sun, 26 Jul 2009 09:03:27 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id E02278FC14; Sun, 26 Jul 2009 09:03:26 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:51547 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1MUzdO-0000y8-5U; Sun, 26 Jul 2009 11:03:13 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id AE7194450A; Sun, 26 Jul 2009 11:03:07 +0200 (CEST) Message-Id: <296C747C-E333-498D-AC3A-61DDDB447031@exscape.org> From: Thomas Backman To: FreeBSD current In-Reply-To: <20090723092435.GA799@a91-153-125-115.elisa-laajakaista.fi> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 26 Jul 2009 11:03:05 +0200 References: <20090723092435.GA799@a91-153-125-115.elisa-laajakaista.fi> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MUzdO-0000y8-5U. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MUzdO-0000y8-5U 94e3c75eb7a871b4b7cd0c2b1e4bd118 Cc: Pawel Dawidek Jakub , Kip Macy Subject: Re: kern/132337: [zfs] [panic] kernel panic in zfs_fuid_create_cred X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2009 09:03:27 -0000 (CC:ing people in the know about this.) On Jul 23, 2009, at 11:24, Jaakko Heinonen wrote: > > Hi, > > On 2009-07-23, Thomas Backman wrote: >> Unfortunately, this PR appears to still be unfixed. Is anyone looking >> at this? > >> panic: zfs_fuid_create_cred > > This PR is a duplicate of kern/133020. There is a workaround fix in > pjd's perforce branch but apparently it was never committed to svn. > > See: > > http://p4db.freebsd.org/changeView.cgi?CH=159874 > http://people.freebsd.org/~pjd/patches/zfs_znode.h.patch > > -- > Jaakko Another "could this get merged to head?" question from me. A one-liner that seems to take care of the panic, which should be a pretty common one when using NFS+ZFS together. I realize ZFS isn't ready to be officially considered "stable for production", but minor code issues that cause major problems (such as commonly occuring panics) should at least be taken care of IMHO. :) Regards, Thomas PS. Kip, what about the libzfs_sendrecv patch? I know I've been asking several times, but you did ask me to remind you - I just didn't catch if that was sincere or not. ;) Patch: http://exscape.org/temp/libzfs_sendrecv.patch (hosted by me, but not written by me (http://lists.freebsd.org/pipermail/freebsd-current/2009-May/006814.html ). DS.