Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vZ66xdD/; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aFfvd/9D Received: by mail.netbsd.org (Postfix, from userid 605) id 1EADB84E9D; Wed, 24 Apr 2024 02:08:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713924485; bh=ahfAnZOHbjSN0jhN5DTs2gKyUlM6aW03PYXtJJ9HQ2g=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vZ66xdD/YBRiZMCSybKMLfRuhT9qYRvnEG+xb7M2flzCYeNzgcuXq4OMC/9R0qHou v3EcxmVKpFu1HsBK7eGPW05JIRT4rKXE82RbGt1isSUuFpol8JgzRJvKEg4kkZll6r PTNbY0FG0vBvr2QZS7qcBytQl9bDJFfNmKLohFp8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05AE084E99 for ; Wed, 24 Apr 2024 02:08:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yOk_M-cy_bxq for ; Wed, 24 Apr 2024 02:08:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9073884D8D for ; Wed, 24 Apr 2024 02:08:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713924483; bh=ahfAnZOHbjSN0jhN5DTs2gKyUlM6aW03PYXtJJ9HQ2g=; h=Date:From:Subject:To:Reply-To; b=aFfvd/9DqPUoyqXag1636lS+MV0Xjrpre9oPrF2YbOiz52wSYnw3sDtAH8HwlsMgq kwW4cpYW6SnNsDPvohrto8sj7mFYY6LPLXQ78nQQn3VfCBnR3cG/A68h3UaIHKs69f 3onRqQcs8L3VRJmfq0bKucLGf+Nov7CrBGh1fzms= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E975FA2C; Wed, 24 Apr 2024 02:08:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 02:08:03 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240424020803.7E975FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Wed Apr 24 02:08:03 UTC 2024 Modified Files: src/sys/kern: subr_vmem.c Log Message: vmem_init(): Ensure that the quantum is a power of 2, and that if private tags are being used, they are added to the arena before the first span is added. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/kern/subr_vmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.