From owner-freebsd-bugs@freebsd.org Mon Sep 4 16:27:03 2017 Return-Path: Delivered-To: freebsd-bugs@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 A60A8E101A0 for ; Mon, 4 Sep 2017 16:27:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 945507D196 for ; Mon, 4 Sep 2017 16:27:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v84GR3Wx069988 for ; Mon, 4 Sep 2017 16:27:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222053] [lor] lock order reversal in path Date: Mon, 04 Sep 2017 16:27:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: heinz@project-fifo.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 16:27:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222053 Bug ID: 222053 Summary: [lor] lock order reversal in path Product: Base System Version: 11.1-STABLE Hardware: arm64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: heinz@project-fifo.net after `poweroff`: root@thunderx:~ # poweroff Shutdown NOW! poweroff: [pid 581] root@thunderx:~ # Stopping cron. Waiting for PIDS: 522. Stopping sshd. Waiting for PIDS: 512. Stopping ntpd. Waiting for PIDS: 482, 482. Stopping devd. Waiting for PIDS: 252. Writing entropy file:. Writing early boot entropy file:. . TerminatedAug 15 06:37:17 thunderx sdone Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining... 4 3 0 done All buffers synced. lock order reversal: 1st 0xfffffd000c93d9a0 ufs (ufs) @ /usr/src/sys/kern/path+0x1b4 #2 0xffff00000057bdc4 at VOP_LOCK1_APV+0xcc #3 0xffff000000364ae0 at _vn_lock+0x6c #4 0xffff000000356504 at vget+0x78 #5 0xffff000000184bbc at devfs_allocv+0xdc #6 0xffff0000001846f4 at devfs_root+0x44 #7 0xffff00000034ee1c at dounmount+0x534 #8 0xffff0000003581e8 at vfs_unmountall+0xd4 #9 0xffff000000336df0 at bufshutdown+0x398 #10 0xffff00000029bb6c at kern_reboot+0x1a0 #11 0xffff00000029b960 at sys_reboot+0x378 #12 0xffff00000055eb94 at do_el0_sync+0x864 #13 0xffff0000005481f4 at handle_el0_sync+0x74 --=20 You are receiving this mail because: You are the assignee for the bug.=