From nobody Wed Aug 14 23:21:22 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 4Wkkll1jlRz5T3Jj for ; Wed, 14 Aug 2024 23:21:23 +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 4Wkkll0SD8z4cLX for ; Wed, 14 Aug 2024 23:21:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1723677683; a=rsa-sha256; cv=none; b=pJf+EHSRXSGiXG/HhYPNbR8ZpZm377BIbSm1I+9rd499lamhTp90pDACYkctpnfbL2PpQv 5NX6bMqIG7CSBATqvYwB7qbBvDtEqCGTDKm2dKS55Mf9MuGZlXzFOMhyvIe1DQG4XeVCn5 hgCapGIRte/y1IqBGDChRdxjntH5Gw7AkRkrXOBFAVKQdWa0i7xZA90mq/3cuqY8WloLib IYPABwlfFZSDFzmDJweiZTFIx0vyAaMjZShMpSS32ArS3QnrjRZAiYjV9IcERAuwyrcflf GpYHjcwNBziy4OD625iyeJn864q9+muFrBzAyGfvpCQwgfixzBtRrPrF1lFaqA== 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=1723677683; 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=kalRI+vOcwsa5nS6fH8hI7zufZ4VRafnNMDijAb9szY=; b=I1+PNtYh6juymvoV5d2SP0qGRMsG6NzujMo1jnfI0Yq81aZDiMrgspO3SRO74cZqi1Otee N5mon9WAlkO3I3ucxsxWfjhHEvOma/AxL11LCctGF2cyVGCIBMI2ajw2eNW0Y3JCy//APf OpGLYnt7Tz2tMUGMz86LhA73Sv8jkM9PCJGF6A0XA9h9UOXHVz+Xaf3B+FbUIpjjNQG2AD 7Wq138j+uWI+ZVGH5BOoStot2u0rNx5HbHDWmhzuj49Mfy57tAmawRKqVyo/9NMSZP4Vs7 T8ORHzJRqb3AKWCeq4gRvU1kzkhoxDu6jLwLbq+9aPzxcnKwDo/ROoFoRHoMLg== 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 4Wkklk6pb4z1Cry for ; Wed, 14 Aug 2024 23:21:22 +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 47ENLMr7084339 for ; Wed, 14 Aug 2024 23:21:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 47ENLMgs084338 for bugs@FreeBSD.org; Wed, 14 Aug 2024 23:21:22 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: bugs@FreeBSD.org Subject: [Bug 280558] Clean up remaining rtfree(9) from the base Date: Wed, 14 Aug 2024 23:21:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: glebius@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: 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: 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=3D280558 Bug 280558 depends on bug 127724, which changed state. Bug 127724 Summary: [rtalloc] rtfree: 0xc5a8f870 has 1 refs https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D127724 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.=