From owner-freebsd-current@freebsd.org Wed Dec 16 13:41:26 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A843A4829D for ; Wed, 16 Dec 2015 13:41:26 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20FAF1CEA for ; Wed, 16 Dec 2015 13:41:26 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x234.google.com with SMTP id p187so1679394wmp.0 for ; Wed, 16 Dec 2015 05:41:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aiCatIckxuBSYzOEmIgCDvkSMcepFFYpyrr3kbMw3rc=; b=CxjW+YfmD1b86lM8Gv3QfUMNLvdk7V8m/H+Gp5kURexX+VJqSHwqu8io4pONB9F53W JALQpLCdca2K4T/g/l8f3xJykZBzlf8GfGVfkBbljMhNgwvrVpedLz4xjvXeEde95L2g TdspXfM1c42uxDBb2dDmCg1fw/6Bf+of3WHgP3662QwLapZF4Mxz4eQaZK10QYw9nzJI 1X8IzGMsaPNnmbUZJEGZSMsAcBEsUe4YOq5n3LZPamxCxwxMdjyP6C7FwQ/H5sBdY+tN YVo88h9eNHtYbMg7xfo/rgjl+8eLscs0A11rTguGzN+klV174fgnSWmjvNrBOcjy63HA OGxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=aiCatIckxuBSYzOEmIgCDvkSMcepFFYpyrr3kbMw3rc=; b=mj3FWLTERtfRsqHHbzw9w3tyo/fVrhqEw3hxRzaqQ36UO3QKtERUzHXE5lD776C3Eb LIsH49fH79rvJWrMBho6bkx6XJCG22GMyVqTBupR8EthcV2pYvGuSXiLwKKjO3jTdPcl yh/nWoxeq+g88ti5icRYzZUYNtjp/TwqoMgvsB3QiGgq9cuc87RS7VT6ljLJeaYpXAjs OG9o0ESF1aB+CuXjGZ/qz4zJtK/hz1WbJehg/3qTvNT+Vx8eGgOy2QW8g8NRSTPeVt+u zYKUdnvtAECPZE8n2l+adjJoWhdUCwyMby5kJ17Ao2SZm0uyKE2rAVBxly73frznU47A Jc7g== X-Gm-Message-State: ALoCoQlU9Wovr+4JYVsdOJTEhkK1bvm22dGDnDZzTwhMy/bDi8gZEnAusWVNuUklY2uJJWbQ21WxkJp2uZOEpBMxZEAlL5ZTHod3HW3qEHmJFY2rPgkwJRU= MIME-Version: 1.0 X-Received: by 10.28.87.84 with SMTP id l81mr11885202wmb.22.1450270078553; Wed, 16 Dec 2015 04:47:58 -0800 (PST) Received: by 10.194.85.167 with HTTP; Wed, 16 Dec 2015 04:47:58 -0800 (PST) In-Reply-To: <20151216131621.42a0d97e@fabiankeil.de> References: <20151215174238.2d7cc3bb@fabiankeil.de> <20151215192016.GC73098@mutt-hardenedbsd> <20151216131621.42a0d97e@fabiankeil.de> Date: Wed, 16 Dec 2015 13:47:58 +0100 Message-ID: Subject: Re: fork_findpid() - Fatal trap 12: page fault while in kernel mode From: Oliver Pinter To: Fabian Keil Cc: Shawn Webb , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 16 Dec 2015 13:41:26 -0000 Yes, it's a HardenedBSD commit. Currently only a workaround, because I have now lesser time for the real fix in this month. Are you running on ZFS? On Wednesday, December 16, 2015, Fabian Keil wrote: > Oliver Pinter > wrote: > > > Is this with latest 11-CURRENT or 10-STABLE? > > > > Or contains the ad578c311ef commit? > > The panic is from a system based on 11-CURRENT r290926. > > Is ad578c311ef a HardenedBSD commit? It doesn't seem to > exist in https://github.com/freebsd/freebsd.git. > > Fabian >