Received: by mail.netbsd.org (Postfix, from userid 605) id E1B3F84CFD; Fri, 26 Mar 2021 09:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E47784D2E for ; Fri, 26 Mar 2021 09:35:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5LiudiPHjk7s for ; Fri, 26 Mar 2021 09:35:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B416584C86 for ; Fri, 26 Mar 2021 09:35:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD4FCFA95; Fri, 26 Mar 2021 09:35:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Mar 2021 09:35:18 +0000 From: "Chuck Silvers" Subject: CVS commit: src/sys/uvm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210326093518.AD4FCFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Chuck Silvers" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: chs Date: Fri Mar 26 09:35:18 UTC 2021 Modified Files: src/sys/uvm: uvm_pglist.c Log Message: in uvm_pglistalloc_contig_aggressive(), avoid looking forward past the end of the target range of the physseg. fixes PR 56074. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/uvm/uvm_pglist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.