From nobody Sat Aug 26 18:05:34 2023 X-Original-To: freebsd-arm@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 4RY4Vl1csFz4qpvV for ; Sat, 26 Aug 2023 18:05:35 +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 4RY4Vk56cKz4Dk5 for ; Sat, 26 Aug 2023 18:05:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1693073134; 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=3FwXTMPyuzlSPMppoFOoEWm+Iu1CTPF9wqn4sGV9xbE=; b=cgli2x90VcHD1mIYj6JDe08s/+YHE5XF5DSPZFAtRe3aNXUNYg8HFtoOC/s6LGuKusf2z/ xWhvk7prSd6b6wuHFBbTuBoRVTFDs1OrJUbNIUPTiD+kyUgKhDi1IGyi8Kk8YGYaEijELD /rtCOiiw9i79c0TNcBxfQ05zwPnKFIws5lmZlnO+FrNgaOdNSmSpNMubDgiCJPZATuBKtr U7642HZIHKBSkh7wwIgfnGC9RCJNAKKnc8Is1qRutR4dfGoAPDH3BrBwrmIrEQCyAL/JyE 2aOLXtJzR+GXjOBANj608omvs+JJ6kpnUbQAHUkQvU6XHsNoteEEKfY2yJN6jQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1693073134; a=rsa-sha256; cv=none; b=c1ma+DcgdFQIGVmHsc6BlhEWcbmWdVQkZcvqb0D7DdLf9bDX7HmQ+Rkd10E0OI8nlv4R97 hnQRMP2xsjptguoEfwfXLfRh5S1oOF+pWmUnkHPDJxp6JMAAOsWWbc56ZGOHsz6gNlt8B5 IQDUtuBIyRyUtz4fuqjMGeTUxt9W9vI8JZecxjzHawXJUXgx0BLjjqQQnAkDZlJxr9IvBL RcaHLtQQlTsBcGUO8S3DEoCITtlTfYttj0N/AyLj8Uu+bcO8s2tBQMPUFSgui3L+B3vGKY m0DawbyLqRFHf/2oyWG51GmytLYKajc4Vt6LAF640mB2JTVNou165wh2kLIJFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4RY4Vk42H5zkdy for ; Sat, 26 Aug 2023 18:05:34 +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 37QI5YHg084778 for ; Sat, 26 Aug 2023 18:05:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 37QI5YDc084777 for freebsd-arm@FreeBSD.org; Sat, 26 Aug 2023 18:05:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 273295] lock order reversal and nonsleepable lock in malloc in gpioled0 attach on Raspberry Pi Date: Sat, 26 Aug 2023 18:05:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: karels@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273295 Mike Karels changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Overcome By Events --- Comment #3 from Mike Karels --- Yes, the problem seems to have disappeared in ALPHA3. I don't know what fi= xed it, but I guess that doesn't matter. Resolving. --=20 You are receiving this mail because: You are the assignee for the bug.=