From nobody Sat Dec 25 18:06:15 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 8B9E218F9FBF; Sat, 25 Dec 2021 18:06:17 +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 4JLsLd2lXQz4fft; Sat, 25 Dec 2021 18:06:17 +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 95DD268A5; Sat, 25 Dec 2021 18:06:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <56447c18-da92-81fe-b8eb-98c768099990@FreeBSD.org> Date: Sat, 25 Dec 2021 19:06:15 +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=1640455577; 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=9CfUJ/2qs1H/KAuTfN43VIPjU+lRwCdoeYZ0Rm/ZSrY=; b=rxMHQFLAaslBMfGNWZY7EtcAgw19sfZTsVjLVAz4J0CXME0pkaNLU08z8eRSmhCCXebslE yjfC8UaXxYuWGixs1ogjv7+oDLcBz6CTb9MwLZEBcWqHxvq//Yp0EUFaPMO9e2Vwlw5sV8 fQcuZAGqi71xwG/PZ1TYNdyPp85zzzXKhRzRZ3aKwBUc2FepptqOFu04HITDLQTZ6RUnGA g8n1Ds8kn239+ZCq6eibPZC0xEtqBGkJ6qYqAZE5kxVaKf3IDlQ8QRDmxRA2vF/DtonpQ1 Y8icQShSzvf8axVu2z43zv0PjOBj+dywVcC+CXV7FoKbBc1zK1wyI6w30FqLwg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640455577; a=rsa-sha256; cv=none; b=yyKJjVYjdjxv7a0VA9erhBfYVLSf+LiE8nuUhZdyyk9NCkCsEoOT47vTT/FOkK1gf/Sviv Z8xStxgDu34pusGlFfNsWVQngvJftgLp2+zDWj0130UzNaVbRky3oi3gSLuTQmYmrbyvxW oVcb3/vnvH4LwVTKwttbZeCwnM9RTyAyFJzGS9jhXcNN+CMsbAW+x/E4ttVzZYBp9hUHGr KYNRTabpeki2xwy4X7J/9smc3Ap3BDgkxX+5xC7AfUni4Q/mjvXVQ1Q/lifJWgMytf/W41 ViGmEnDKO4Mr3YX1x8UI22u/zWWIaNxH/iHHSlX6hKMVprnt225118/MISDirw== 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 > > The last commit before the third change was > commit b7ec0d268b73ce20c4f785d21cde9b174c91a553 > and it was done after > commit 0d5fac287294490ac488d74e598e019334610bdb > (except for moving a comment). > > I suggest you test before and after the second change to see if it > introduced a problem, then before and after the third change. > Thanks for the pointers, this will simplify testing for me. I will need a little time to perform these tests, will report back as soon as I have some information. -- Guido Falsi