From nobody Thu Sep 28 09:07:19 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rx70S29Ckz4vm5r for ; Thu, 28 Sep 2023 09:07:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rx70S13s2z4Wqk for ; Thu, 28 Sep 2023 09:07:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1695892040; a=rsa-sha256; cv=none; b=YVFa3p9RcGhSWlRE9peA2+edGbJ+mXGn8+Y2aGredSPsBPh8TyzFR7eYW3DoBX/PAW9F+D yU7T9hV8hadXIguJq/WHj+/2a/5BWwUIcSNhreM2u1J+TKuCMPIuWpWu+X51O81QG/qNvb TrXnkH5oJ8h8flzKfKzARuRzaGb3aA2iSxgO6pVvtFQrDAmMn0UuZq2g6tDnIn96Y4+FMa JX6v6ZZmVLl9Hf56zHdM5+Orrr3dulDbYFaqn4x7lw72/8UQKkWSMunFlIfyJe64LpZCJl s82CbsqlPsjrPTQscdOIpAkywTTmCU5n6nht3ezLtWtnoLJrYtUnzaJlkAcxNQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1695892040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6WiSTM/dNZiHOGxhfkEHsZdu4i1owHrnnD6RGObykwc=; b=wKYYq8NEai+g3c8BcOr6BBUiER3CpoXSlKU+hREAkSQOMPCdglVSgujAqbMfvhk6dHPv03 Fx0BfkGigf/ODpB3x5SeYcXCi+sxFK46FNS4GfGcJBgA+NZS4//p9A+q74BiTq+BfGRUXq NYbp8d2CPFjYHOG/Y68VKdpqxHwofViNvRs7+auwOzL0CH+6DxKdL3mceXfJmr6t3uftBs 9behn4IbV8zuVy2XErNtllMh1Txu6CHv17a7LDFe3kthOCuX5m8e/y/aTamCEgOB79aIiL KIYbKAJAfbtrbhm6zKkGUqU02c3UOQJwke+CARrFx9H4wRl0uTrtGboILAUqpg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rx70S088cz1RY for ; Thu, 28 Sep 2023 09:07:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 38S97Jgx032336 for ; Thu, 28 Sep 2023 09:07:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 38S97JqO032335 for bugs@FreeBSD.org; Thu, 28 Sep 2023 09:07:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273953] panic: vfs_remount_ro: mp is not busied Date: Thu, 28 Sep 2023 09:07:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273953 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D40cec659c167d1773826cf44f5ef6394c= b0ad8fd commit 40cec659c167d1773826cf44f5ef6394cb0ad8fd Author: Konstantin Belousov AuthorDate: 2023-09-20 03:42:31 +0000 Commit: Konstantin Belousov CommitDate: 2023-09-28 09:06:23 +0000 vfs_remount_ro(): mnt_lockref should be only accessed after vfs_op_ente= r() PR: 273953 (cherry picked from commit c584bb9cac16bc200ac45cc8b709e7e7e99e24bb) sys/kern/vfs_mount.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=