From owner-freebsd-current@freebsd.org Sun Dec 3 23:50:07 2017 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 52AFFE6C31B for ; Sun, 3 Dec 2017 23:50:07 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24ABF6EC68 for ; Sun, 3 Dec 2017 23:50:06 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id D9DFE209F3 for ; Sun, 3 Dec 2017 18:49:58 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Sun, 03 Dec 2017 18:49:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=Ds7Vri9le2MAn6/9aiZqsNZ6MP2FjPWkHfyWece1nV0=; b=H/60rZ7C KIIDhxYnCtKFgC5y3WKJoxj/G+JT4LR1LQmhggN62cint0teWYS4M8Uuk2PX4ZzX EFsejE0N0aaecf0iVgN+JlgA0r1ZTBnEv1cVqlpH0H4wVt9azmNq9thhanMdWGnL ThhmBmiVfngjegoahC8JjH/4MKdFjEW5Lj+0JAU1L1tiQXZtJN5yaBVekut8+b9v K3+L+FM8DkcY9MFjyX4gvzCXMNmTPK4Dsv1rzBnp0oIo4y6QdrasqS5tkOUkQO8e f/MYk7cqcfYs7nqNRUrSZ/P4bFr1CuZLAh/WOGd1rOObDreaN3y/bjWpJZo1/+Xm nv8ozBgC5wkTMQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=Ds7Vri9le2MAn6/9aiZqsNZ6MP2Fj PWkHfyWece1nV0=; b=bEwdetB6DbmUYWa7uoKud1EuIEcMI00TUDs11Ek0uEpII RroPTcL4HAdv3NZoIdGHa/U5qf/9GGaraDI5bGxt+UGChxovQM7jplqW1ENZcchS /xetNEfBOmrqVv2TV1h5UpIDQzGv3bRxXneoTfpj7kQ//lp2yawRtQ4px5gvLqXI 9fRriKx4XEhOMlGGkSMgFK+tbeFm8lkqrBtJb7I81H7i1GT6iftjoOgi6t9SLgFv cLMXMP0Ggzdzd4BvyzOO7dg3SqJMStK9tBRgaKh244ATiycbGKdxYiSI/TKd5AmG +vbc0c9QFnsC8Xc9C+GlNiApjmEc/xArnIRpbE65Q== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id BD5B14125; Sun, 3 Dec 2017 18:49:58 -0500 (EST) Message-Id: <1512344998.2249959.1192664520.6B278E9D@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-f34a76a1 Date: Mon, 04 Dec 2017 00:49:58 +0100 Subject: panic: Lock PFil shared rmlock not read locked @ /usr/src/sys/net/pfil.c:116 prior to r326363 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 03 Dec 2017 23:50:07 -0000 I'm seeing this repeatedly in the last ~ 2 weeks, present in r326363 and typically panics 1-15m post boot since this weekend's update. I'm currently bisecting my way back; it looks like its not in r325755, but I can't be sure for a few more hours. https://s3.amazonaws.com/uploads.hipchat.com/8784/2508819/MGim1y8pQt1o1xK/IMG_2698.JPG # uname -a FreeBSD wintermute.skunkwerks.at 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r326363+fcb3a5a8a12d(master): Wed Nov 29 11:37:17 UTC 2017 root@wintermute:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 # dmesg https://gist.github.com/dch/68dd6f8d44dd76c558908e71dc3e1f87#file-dmesg-log + other logs in same gist Suggestions how to get from X to debugger would help, as would setting up serial console over ipmi - this is a supermicro motherboard. A+ Dave