From nobody Sat Dec 25 20:46:45 2021 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 96F841915B38; Sat, 25 Dec 2021 20:46:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JLwvr38fVz3DqS; Sat, 25 Dec 2021 20:46:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from [172.24.42.21] (unknown [87.13.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 971AF73CA; Sat, 25 Dec 2021 20:46:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <9a0508d0-58da-9238-e01e-941c6333f6c0@FreeBSD.org> Date: Sat, 25 Dec 2021 21:46:45 +0100 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 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: git: 184c63db3c94 - main - Fix clerical error in page alloc Content-Language: en-US To: Doug Moore , FreeBSD User Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202112240851.1BO8pdnH043305@gitrepo.freebsd.org> <20211225122334.651e9acd@jelly.fritz.box> <675f75ea-b5ca-a47c-f1a9-9621b0c8b36e@FreeBSD.org> From: Guido Falsi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640465208; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HWeM5DvhI7nAsUntUjWjYpUP+JXeSOUG4XoHChPh1lo=; b=Z4hybw5SU2vrkfhQaSYKVCI5rYfOCW2FhlH7TdcUeRzq/llJjk/7vJSbtTHDU8xnxqAAvB ygAMWoV6SWEErglhHrSoal5LyYUkkS1Slm/eDu2jAktAEA7sNQIm37vdnFI9j6hIZKbrzr edV1H1yMQzAlWm+ku5rbRD07L1OipMIrS+yN/BXmxcIUkdKanDc06fSIUNoHnslFkkwraY bTqE593IwDfAetTZ6uVXM+H8cHJlufRXAb31uI6Fn1NiAS78nevUwu1eTlzfQaTeeH+/99 g8qHRsbqaZjBgNJOOMWHuTp+4eBtqq68kEOYtHMg/Ikzygi3sYsInZgpErsGHA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640465208; a=rsa-sha256; cv=none; b=QEZ7DXHPXHHcuERxRFZ87nbKPXiygqs5FZJLmItR3HbJCBWMt/iIiDwikhtcg0VmQVeSZC y5qACIZG0L9WUPvIYj6GjkfkpmAsHpGUi7uvxOB8lTGIs6Ea1bmVvDuJ6BNjzbVPJHQcVC E4EDaQzs+LAOLX5rX5ETjXMswxpE03y6xgt/NjRo4mNqX2WSsb+fbrzrdJOtvaIBBBx8tp molbq3f0lMgxg5rc4NMYjD5cbEZcdzf/cfv6IQcoliIlTuRZT2Ei6HeI3Ie011Unh5HGYf YDZJItBnfJBJm6FrGWJq4j+KmzBI06EvJJ34zkaSsrkdM5EZHyK93/Ha2FyPFA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 25/12/21 18:56, Doug Moore wrote: > Guido - > > I've made three vm changes this month, though it's taken me 6 commits to > do it. > > The first change was trivial. > > The last commit before the second change was > commit 02732f945ed2ec2b4fd03421923720608b28a615 > and that change was in place after > commit f7aa44763d20d06c9ea5caf330aca02a8b107a70 Ok, commit 02732f945ed2ec2b4fd03421923720608b28a615 works fine. commit f7aa44763d20d06c9ea5caf330aca02a8b107a70 shows the memory allocations failure behaviour in virtualbox. Anything more I can do to help identify the issue better? -- Guido Falsi