From nobody Sun May 24 19:41:01 2026 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 4gNqBZ4lwSz6f2fj; Sun, 24 May 2026 19:41:10 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mail03.stack.nl (lw02.stack.nl [85.17.116.62]) (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 ECDSA (prime256v1) client-digest SHA256) (Client CN "adm.stack.nl", Issuer "E8" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gNqBZ1vKsz3pJ7; Sun, 24 May 2026 19:41:10 +0000 (UTC) (envelope-from jilles@stack.nl) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=stack.nl; s=mail; t=1779651663; bh=PkgXHrs3YT1h7tYSAs7JKc89HUCx5/O7wpWeB8GBS8Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M6kdFbcEr1ek3YGSn7CWc4p1WK6NPOPE9k/aUv4ozXqJDrki5qkb8oXfwqz2c33ER 7EWF8EkoTUM0ichzmGMLjemQyuVXJG4G5eK6TlwwbcSD028dp+87TkLnUBCv0bdqWt xDTkPLPNxvJ0ct5j2uKL1NR296nodvuYZ/F1iRaJW6ofQ3wc05ndDDY4UJPlAf9hLh q9QEJXpNW4ULxg3KYrcTl5z0Rqo1RHHsEQwRFjEMSuH/c90lbjOcELtUwb20ar9yIt hYGMLgBODMzYA2gyQx75Y+Pl4JQxC4uCEfDrmwdMLIOUcYeAmISoWR72GgvXu29wuQ kIy7zn52peYpw== Received: from localhost (localhost.localdomain [127.0.0.1]) by mail03.stack.nl (Postfix) with ESMTP id 348BCA26C9; Sun, 24 May 2026 21:41:03 +0200 (CEST) Received: from mail03.stack.nl ([127.0.0.1]) by localhost (mail03.stack.nl [127.0.0.1]) (amavis, port 10024) with ESMTP id 8ldW5AmXXUjb; Sun, 24 May 2026 21:41:01 +0200 (CEST) Received: from blade.stack.nl (unknown [95.211.93.133]) by mail03.stack.nl (Postfix) with ESMTPS id 88790A26C3; Sun, 24 May 2026 21:41:01 +0200 (CEST) Received: by blade.stack.nl (Postfix, from userid 1677) id 769B080513; Sun, 24 May 2026 21:41:01 +0200 (CEST) Date: Sun, 24 May 2026 21:41:01 +0200 From: Jilles Tjoelker To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 1df431576f99 - main - sh/tests: Cut down builtins/read12.0 by 2 seconds Message-ID: References: <6a120625.45836.5e8588e2@gitrepo.freebsd.org> <86h5nx3e8b.fsf@ltc.des.dev> 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86h5nx3e8b.fsf@ltc.des.dev> X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:60781, ipnet:85.17.0.0/16, country:NL] X-Rspamd-Queue-Id: 4gNqBZ1vKsz3pJ7 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Sun, May 24, 2026 at 01:20:20AM +0200, Dag-Erling Smørgrav wrote: > Please revert the non-functional parts of this change. Please explain what you are worried about in the change. Is this about false positives or false negatives? -- Jilles Tjoelker