From nobody Tue Aug 5 14:21:59 2025 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 4bxFxD6kdVz63Hr0; Tue, 05 Aug 2025 14:22:08 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [31.134.205.98]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bxFxC2cc9z3Jm7; Tue, 05 Aug 2025 14:22:07 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b="md2mxWo/"; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 31.134.205.98 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws; dmarc=pass (policy=quarantine) header.from=klop.ws Date: Tue, 5 Aug 2025 16:21:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1754403720; 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: in-reply-to:in-reply-to:references:references; bh=ybbjzYMhe6KuLRXcpHxUUbiK9X9vWEFECeWfnv5ethg=; b=md2mxWo/+sMMwE/QcQp7jCqlW+UicrRJRl5vny51OSfDTt9dP0/Z11lY2zr1ahasgPiINq XToxl19ok3TjScYgHvT3I+WtsxSOFqBmGnKrjRRjEQNZoYDMNCRh/gQ49t0G1gGuXUuPfc Q/ASn5FUqOCybRA9d7TOj9yQ/M07W89yXIggSlh3+Lq7gejQjLUHoHDrm3XFvdboI/F6aE JjtCr7XLpgFqHck8AkKSAbXGE+YJSi8/0QQlXvsI1APkEi6GL6Yqwo/C4SgFpRsRdh49cC S36zyQiZ5Sc23UBzbIptrNNWn+grhqLzoc7hUlNu9pi3Ko0+lQdErG2hGVeJKQ== From: Ronald Klop To: Olivier Cochard Cc: dev-commits-src-all@FreeBSD.org, src-committers@FreeBSD.org, dev-commits-src-main@FreeBSD.org Message-ID: <1198413631.51.1754403719719@mailrelay> In-Reply-To: <202507310024.56V0OSTw062028@gitrepo.freebsd.org> References: <202507310024.56V0OSTw062028@gitrepo.freebsd.org> Subject: Re: git: a01ce3b87d83 - main - swapon: Improve tests for non-standard kernel page size and small media 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50_1107529542.1754403719361" X-Mailer: Realworks (760.538) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Result: default: False [-3.40 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:31.134.205.64/26]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:51088, ipnet:31.134.200.0/21, country:NL]; RCVD_COUNT_ZERO(0.00)[0]; MLMMJ_DEST(0.00)[dev-commits-src-all@FreeBSD.org,dev-commits-src-main@FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; DKIM_TRACE(0.00)[klop.ws:+] X-Rspamd-Queue-Id: 4bxFxC2cc9z3Jm7 X-Spamd-Bar: --- ------=_Part_50_1107529542.1754403719361 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Thanks for this work! =C3=B0=C2=9F=C2=91=C2=8D I had it in the back of my mind to take a look at it some day. As I was sur= prised by the previous behaviour. Is this comment still correct? ------=_Part_50_1107529542.1754403719361 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thanks for this work! =C3=B0=C2=9F=C2=91=C2=8D
I had it in the back of my mind to take a look at it some day. As I was sur= prised by the previous behaviour.

Is this comment still correct? ------=_Part_50_1107529542.1754403719361--