From nobody Thu Jan 18 21:23:05 2024 X-Original-To: dev-commits-src-all@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 4TGG1r10KBz5729s; Thu, 18 Jan 2024 21:23:12 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4TGG1q5WbQz4l2f; Thu, 18 Jan 2024 21:23:11 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 34BFC3C019A; Thu, 18 Jan 2024 21:23:05 +0000 (UTC) Date: Thu, 18 Jan 2024 21:23:05 +0000 From: Brooks Davis To: Marius Strobl Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Subject: Re: git: d6ec20a30919 - stable/14 - geom_map(4): Garbage collect disconnected driver Message-ID: References: <202401182015.40IKF7M7068068@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202401182015.40IKF7M7068068@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4TGG1q5WbQz4l2f X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US] On Thu, Jan 18, 2024 at 08:15:07PM +0000, Marius Strobl wrote: > The branch stable/14 has been updated by marius: > > URL: https://cgit.FreeBSD.org/src/commit/?id=d6ec20a3091924793576ba3fd71f42d4fcd3371f > > commit d6ec20a3091924793576ba3fd71f42d4fcd3371f > Author: Marius Strobl > AuthorDate: 2024-01-14 08:31:26 +0000 > Commit: Marius Strobl > CommitDate: 2024-01-18 20:14:46 +0000 > > geom_map(4): Garbage collect disconnected driver > > The last MIPS user has been removed in c09981f1 2 years ago, the last > ARM one in 58d5c511 even 5.5 years ago. Unless this and geom_redboot were getting in the way of MFCing other work, it seems a bit odd to MFC the removal of functionality. -- Brooks