From nobody Sun Sep 15 15:01:00 2024 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 4X6B7c25g4z5WmcV for ; Sun, 15 Sep 2024 15:01:00 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X6B7c12DTz4Q52 for ; Sun, 15 Sep 2024 15:01:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1726412460; a=rsa-sha256; cv=none; b=VexYjBt+0+q7UCi9awrh9MVKnyfcY9iuj8OfAd4heEqt6eUmXA9aRCIkyWnYjkiXnXusl3 m9uvKOLa2FFaVLxMPMQ52OWzAaneXGOPllKIXILMH02kEjllrQ+uy+x7Lh21yN5pO3VXLR 1VDXVSeXj42MLFpls1GbBi8UoKKA1M+DDz9NpC4dE7ugZ6Kai0Up3DJDP2KARW3MQ3xmpb 6VkMccWwxDUc+CO+KZOOwOUzWjA/d7dq/B7DZZkpmtypavBX5yQgdtB3ZWgwXwHBMZNd1g f6Sdkz3Rf0EsrhWSpShh865DIPdasK/AgLGLUV+5HvI9+S2Tqt2iQjE7f6GrpA== 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=1726412460; 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=abaim6/4dyb0nwm62HSSO1wGHp1tbrF+JDAaP7JOZWg=; b=L5uFaqw48wrI9c3EfW0I3EzEhMBZTmyFC2O8tyvHwYcEAcEs8tpndNOPcN0mlK31iyMEvT WTm2VpqN/E5xNQ3q3XUdt4wEzio/jLOOgeWvFbJeLIk1CdeKi9nChyZyaXjkJScDh7zZW7 N85KD+GlfkVGEeFeALDAJcUSn9CPSw95TwafrLbEpIqLvcCUQb4ZYtwaj0HUkRJ37dD8OC Z1/oQdgQIYGs2PucbtYdCZYTE/tiOeUJrhxtbs4YfX/ZJwZBrPD1iF46S8hJkqyObbqAp7 Do48o8faciaGkNV57ZC2pRgp6x7u7fAE/i+mUodPREKqFKiNrbeVx2AhnuqZ0g== 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 4X6B7c0Y1MzFvv for ; Sun, 15 Sep 2024 15:01:00 +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 48FF0x0b089414 for ; Sun, 15 Sep 2024 15:00:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 48FF0xai089413 for bugs@FreeBSD.org; Sun, 15 Sep 2024 15:00:59 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 281511] FFS mount(8) test scenario hangs in "sdstart" Date: Sun, 15 Sep 2024 15:01:00 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New 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=3D281511 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D4b273a7fb9e6d9a006c5ac7cbd27f5d00= 6569edb commit 4b273a7fb9e6d9a006c5ac7cbd27f5d006569edb Author: Konstantin Belousov AuthorDate: 2024-09-15 08:06:31 +0000 Commit: Konstantin Belousov CommitDate: 2024-09-15 14:59:10 +0000 softdep_mount: report failure of the softdepflush thread creation and do not hang waiting forever for an ack from non-existing thread. PR: 281511 Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week sys/ufs/ffs/ffs_softdep.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=