From nobody Tue Jun 10 17:12:46 2025 X-Original-To: freebsd-current@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 4bGwN553b1z5xyQl for ; Tue, 10 Jun 2025 17:12:53 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGwN4614Sz3rKP for ; Tue, 10 Jun 2025 17:12:52 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b="T/pqrdlj"; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org; dmarc=none Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id 0BD4B436072 for ; Tue, 10 Jun 2025 17:12:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1749575566; bh=n8AL8/i71Br6VX5VPv29Jyu8R/YqN1wm0gfBfwaqNSQ=; h=Date:From:To:Subject:References:In-Reply-To; b=T/pqrdlj8/E1wIqY37zDecq9mwuxR9rZhMEPequGaZCcmliRlxLgFJ+GsH/o/Vhqi 3e4LAjPShEoYwISbZABLxMVFu1vi2oTmxLixvQ7veWKjpn4zBtFp1O2UZcCVNPfA1i djWlpqNU3BZz+LvicGAqqPt+g5DCFxcnYM6H7FaY= Received: by mx.darkbeer.org (Postfix, from userid 1001) id 087DC470B8B; Tue, 10 Jun 2025 17:12:46 +0000 (UTC) Date: Tue, 10 Jun 2025 17:12:46 +0000 From: Amar Takhar To: freebsd-current@freebsd.org Subject: Re: Future of jemalloc on FreeBSD after archive Message-ID: <20250610171246.GA8480@darkbeer.org> Mail-Followup-To: freebsd-current@freebsd.org References: <19F76966-2365-4598-9E9F-FC37133D980B@iitbombay.org> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.49 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; MIME_GOOD(-0.10)[text/plain]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[darkbeer.org]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+] X-Rspamd-Queue-Id: 4bGwN4614Sz3rKP X-Spamd-Bar: --- On 2025-06-10 16:24 +0000, Brooks Davis wrote: > > Why not move the repo or break the fork so issues work? This feels like > flailing around without understanding how github works and does not > inspire confidence. FYI issues do work on forks you have to enable it which they have done since it was brought to their attention. It's just disabled by default. https://github.com/facebook/jemalloc/issues Amar.