From owner-freebsd-current@FreeBSD.ORG Sat Jun 29 21:05:37 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC3F2E1; Sat, 29 Jun 2013 21:05:37 +0000 (UTC) (envelope-from kp@sigsegv.be) Received: from mercury.codepro.be (mercury.codepro.be [IPv6:2001:4b98:dc0:51:216:3eff:feb7:3147]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3B31636; Sat, 29 Jun 2013 21:05:37 +0000 (UTC) Received: from adrastea.jupiter.sigsegv.be (unknown [IPv6:2001:6f8:1498:1::3]) by mercury.codepro.be (Postfix) with ESMTP id 5369495; Sat, 29 Jun 2013 23:05:36 +0200 (CEST) Received: from thebe.jupiter.sigsegv.be (thebe.jupiter.sigsegv.be [172.16.1.5]) by adrastea.jupiter.sigsegv.be (Postfix) with ESMTP id D6A022125; Sat, 29 Jun 2013 23:05:20 +0200 (CEST) Received: by thebe.jupiter.sigsegv.be (Postfix, from userid 1000) id B28D6D0B0; Sat, 29 Jun 2013 23:05:20 +0200 (CEST) Date: Sat, 29 Jun 2013 23:05:20 +0200 From: Kristof Provost To: Martin Matuska Subject: Re: zfs kernel panic, known incompatibilities with clang & CPUTYPE/COPTFLAGS? Message-ID: <20130629210519.GA9208@thebe.jupiter.sigsegv.be> References: <20130612223024.00003980@unknown> <20130614230702.00006aa0@unknown> <20130624101517.GA9630@thebe.jupiter.sigsegv.be> <20130624220801.0000492c@unknown> <20130627215832.GA9470@thebe.jupiter.sigsegv.be> <20130629120122.000041c7@unknown> <51CECCDB.7040904@FreeBSD.org> <20130629170024.0000145b@unknown> <51CF100C.2010902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51CF100C.2010902@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Alexander Leidinger , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 29 Jun 2013 21:05:37 -0000 On 2013-06-29 18:49:16 (+0200), Martin Matuska wrote: > This was an obvious error by me - I forgot to register zfs_ioc_jail and > zfs_ioc_unjail using the new functions. > Amazing noone noticed this by now until it got merged down to stable/8. > > In addition, I see no need to log these operations to the zpool history > as they cause no on-disk changes, so I have disabled logging for these > calls. > Please test the patch from current in r252380. > > http://svnweb.freebsd.org/base?view=revision&revision=252380 > This fixes the panic for me (on stable/9). Thanks, Kristof